Skip to content

Commit

Permalink
[feature] 빌드 오류 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
choihooo committed Nov 23, 2024
1 parent f4e2e99 commit ca9c6ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fe/src/app/event-maps/[id]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { useParams, useRouter } from "next/navigation";
import { a } from "@react-spring/web";
import { useDrag } from "@use-gesture/react";
import MapComponent from "./components/MapComponent";
import BottomDrawer from "./components/BottomDrawer";
import { BottomDrawer } from "./components/BottomDrawer";
import useDrawer from "./hooks/useDrawer";
import { useLocationStore } from "./stores/useLocationStore";
import { useMarkerStore } from "./load-mappin/stores/useMarkerStore";
Expand Down

0 comments on commit ca9c6ed

Please sign in to comment.