Skip to content

Commit

Permalink
fix: 안쓰는 코드 삭제 #16
Browse files Browse the repository at this point in the history
  • Loading branch information
95126m committed Dec 9, 2024
1 parent 468aa5d commit da89aff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/mypage/QnaAnswer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { css } from '@emotion/react';
import { useNavigate, useParams } from 'react-router-dom';
import Button from '@/components/Button';
import Modal from '@/components/Modal';
import ProfileImage from '@/components/ProfileImage';
import Tag from '@/components/Tag';
import TextArea from '@/components/TextArea';
import TextInput from '@/components/TextInput';
Expand Down

0 comments on commit da89aff

Please sign in to comment.