diff --git a/app/(service)/(my)/my-study/entry-list/page.tsx b/app/(service)/(my)/my-study/entry-list/page.tsx new file mode 100644 index 00000000..9fde4dc7 --- /dev/null +++ b/app/(service)/(my)/my-study/entry-list/page.tsx @@ -0,0 +1,20 @@ +import EntryList from '@/features/my-page/ui/entry-list'; +import Image from 'next/image'; + +export default function EntryPage() { + return ( +
+ {timeAgo(applicant.createdAt)} +
+{applicant.answer}
++ {study.simpleDetailInfo.summary} +
+