Skip to content

Commit 77522bb

Browse files
committed
feat: minior
1 parent e3fbd7b commit 77522bb

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

apps/web/src/molecules/posts/post-detail/comments/comment-header.tsx

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
import React from "react"
44
import { usePathname, useRouter, useSearchParams } from "next/navigation"
55

6+
import { TPostItem } from "database"
7+
import { GetDataSuccessType } from "types"
8+
import { TCommentItem } from "types/comment"
69
import {
710
Select,
811
SelectContent,
@@ -13,10 +16,6 @@ import {
1316
Typography,
1417
} from "ui"
1518

16-
import { GetDataSuccessType } from "@/types"
17-
import { TCommentItem } from "@/types/comment"
18-
import { TPostItem } from "@/types/posts"
19-
2019
type CommentHeaderProps = {
2120
post: TPostItem
2221
comments: GetDataSuccessType<TCommentItem[]>

0 commit comments

Comments
 (0)