From 464eb42da3e091076c6911d73e62e542dd31f382 Mon Sep 17 00:00:00 2001 From: gimdogyun Date: Thu, 8 Aug 2024 18:02:41 +0900 Subject: [PATCH] fix : build error - #271 --- src/app/team/[teamId]/study/[studyId]/page.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/team/[teamId]/study/[studyId]/page.tsx b/src/app/team/[teamId]/study/[studyId]/page.tsx index e002a8f..f20d99c 100644 --- a/src/app/team/[teamId]/study/[studyId]/page.tsx +++ b/src/app/team/[teamId]/study/[studyId]/page.tsx @@ -18,7 +18,6 @@ import Participant from '@/containers/study/Participant'; import StudyControlPanel from '@/containers/study/StudyControlPanel'; import StudyInfoCard from '@/containers/study/StudyInfoCard'; import StudyParticipantMenu from '@/containers/study/StudyParticipantMenu'; -import documentCardData from '@/mocks/documentCard'; import participantData from '@/mocks/participant'; import { DocumentList, Study } from '@/types';