Skip to content

Commit

Permalink
FE-35 ♻️ 버튼 컴포넌트 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
JeonYumin94 committed Aug 3, 2024
1 parent f5b6d7e commit b439f40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pageLayout/MypageLayout/MyContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ import useGetMyContentHook from '@/hooks/useGetMyContentHook';
import MyComment from '@/user/ui-content/MyComment';
import UserInfo from '@/types/user';
import useDeleteCommentMutation from '@/hooks/useDeleteCommentHook';
import spinner from '../../../public/spinner.svg';
import { Button } from '@/components/ui/button';
import spinner from '../../../public/spinner.svg';

interface MyContentProps {
user: UserInfo;
Expand Down

0 comments on commit b439f40

Please sign in to comment.