Skip to content

Commit

Permalink
fix: 빌드 오류 수정 #142
Browse files Browse the repository at this point in the history
#preview
  • Loading branch information
1119wj committed Nov 22, 2024
1 parent 700af4a commit 73412bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/Place/DeletePlaceButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import useDeletePlaceMutation from '@/hooks/api/useDeletePlaceMutation';
import { useStore } from '@/store/useStore';
import { CreateMapType } from '@/types';
import { useParams } from 'react-router-dom';
import DeleteIcon from '../common/Icon/DeleteIcon';
import DeleteIcon from '@/components/common/Icon/DeleteIcon';

type DeletePlaceButtonProps = {
placeId: number;
Expand Down

0 comments on commit 73412bb

Please sign in to comment.