Skip to content

Commit cb8234f

Browse files
committed
fixed build error
1 parent ddd3797 commit cb8234f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/app/events/[eventId]/page.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
"use client"
22
import React, { useState, useEffect } from "react";
33
import axios from "axios";
4-
import { BlogPostType } from "@/types";
5-
import { CommentsSection } from "@/components/blogs/comments/comment-section";
6-
74
interface PageProps {
85
params: Promise<{
96
eventId: string

0 commit comments

Comments
 (0)