diff --git a/src/app/(landing-routes)/(home)/blog/comments/page.tsx b/src/app/(landing-routes)/(home)/blog/comments/page.tsx index 10d902c4d..7f42c1e24 100644 --- a/src/app/(landing-routes)/(home)/blog/comments/page.tsx +++ b/src/app/(landing-routes)/(home)/blog/comments/page.tsx @@ -1,7 +1,7 @@ import { Session } from "next-auth"; -import Comment from "~/components/common/Comment"; -import { sampleComments } from "~/components/common/Comment/sample-comments"; +import Comment from "~/components/common/comment"; +import { sampleComments } from "~/components/common/comment/sample-comments"; const CommentPage = () => { const mockSession: Session = {