Skip to content

Commit

Permalink
Fixedd Merge Conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
crystal4000 committed Jul 25, 2024
1 parent cd9d976 commit 76e9da2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/(landing-routes)/(home)/blog/comments/page.tsx
Original file line number Diff line number Diff line change
@@ -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 = {
Expand Down

0 comments on commit 76e9da2

Please sign in to comment.