Skip to content

Commit

Permalink
[hotfix] 빌드 실패오류
Browse files Browse the repository at this point in the history
  • Loading branch information
khinwaiyan committed Mar 10, 2025
1 parent 875823d commit 7f6cc6d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pages/Test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { useState } from 'react';

import Input from '@/components/common/Input.tsx';
import Textarea from '@/components/common/Textarea.tsx';
import GroupTransferInfo from '@/components/InfoCard/GroupTransferInfo.tsx';
// import GroupTransferInfo from '@/components/InfoCard/GroupTransferInfo.tsx';
import InfoCardModal from '@/components/InfoCard/InfoCardModal.tsx';
import useModalState from '@/hooks/useModal.ts';

Expand All @@ -24,14 +24,14 @@ const Test = () => {
<button onClick={() => setIsEditing((prev) => !prev)}>edit</button>
<Textarea isEditing={isEditing} />
<Input />

{/*
<GroupTransferInfo
teamName="AI기술팀"
startDate="2024.07.02"
endDate="2024.12.23"
leaderName="김철수"
responsibilities="밥먹기"
/>
/> */}
</div>
);
};
Expand Down

0 comments on commit 7f6cc6d

Please sign in to comment.