diff --git a/src/app/(route)/travelTalk/_components/TalkList.tsx b/src/app/(route)/travelTalk/_components/TalkList.tsx index c6885c0..2512a17 100644 --- a/src/app/(route)/travelTalk/_components/TalkList.tsx +++ b/src/app/(route)/travelTalk/_components/TalkList.tsx @@ -5,6 +5,7 @@ import { URL } from "@/constants/url"; import useFormatTimeAgo from "@/hooks/useFormatTimeAgo"; import { useRouter } from "next/navigation"; import { memo } from "react"; + interface dataType { postId: string; title: string;