From 76e9da24d2e44909be151bf554b056979f8b9314 Mon Sep 17 00:00:00 2001 From: Tania <38540885+crystal4000@users.noreply.github.com> Date: Thu, 25 Jul 2024 16:32:11 -0500 Subject: [PATCH] Fixedd Merge Conflicts --- src/app/(landing-routes)/(home)/blog/comments/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 = {