Skip to content

Commit

Permalink
Fix: 배포환경 카카오 지도 오류 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaeYubin committed Jul 31, 2024
1 parent 860172c commit 97ffcfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/containers/map/Map.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ import { useGetBoardCafes } from '@/hooks/useMap';
import useKakaoMap from '@/hooks/custom/useKakaoMap';
import useCafesMarkers from '@/hooks/custom/useCafesMarkers';
import usePanToCafe from '@/hooks/custom/usePanToCafe';
import ReloadButton from './ReloadButton';
import { usePathname, useRouter } from 'next/navigation';
import { useWriteFormContext } from '@/context/WriteFormContext';
import ReloadButton from './ReloadButton';
import CafeInfo from './CafeInfo';

interface Props {
Expand Down

0 comments on commit 97ffcfc

Please sign in to comment.