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 ad2574e commit 0e43aa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/Place/PlaceListPanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { CustomPlace, Place } from '@/types';
import BaseWrapper from '../common/BaseWrapper';
import Box from '../common/Box';
import PlaceItem from './PlaceItem';
import React, { useCallback, useEffect, useState } from 'react';
import { useCallback, useState } from 'react';
import Marker from '../Marker/Marker';
import { DragDropContext, Draggable, Droppable } from 'react-beautiful-dnd';
import { useAddPlaceToCourseMutation } from '@/hooks/api/useAddPlaceToCourseMutation';
Expand Down

0 comments on commit 0e43aa2

Please sign in to comment.