Skip to content

Commit

Permalink
fix : build error
Browse files Browse the repository at this point in the history
  • Loading branch information
jasper200207 committed Aug 8, 2024
1 parent 9c51e13 commit 464eb42
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/team/[teamId]/study/[studyId]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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';

Expand Down

0 comments on commit 464eb42

Please sign in to comment.