Skip to content

Commit

Permalink
fix: 잘못된 import 경로로 인해 빌드가 되지 않는 문제를 수정한다
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielyoon7 committed Nov 23, 2023
1 parent ce2f3b1 commit 7cf742e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { deltaAreaStore } from '@stores/google-maps/deltaAreaStore';

import LargeDeltaAreaMarkerContainer from '../LargeDeltaAreaMarkerContainer';
import MaxDeltaAreaMarkerContainer from '../MaxDeltaAreaMarkerContainer';
import SmallMediumDeltaAreaMarkerContainer from '../SmallMediumDeltaAreaMarkerContainer/SmallMediumDeltaAreaContainer';
import SmallMediumDeltaAreaMarkerContainer from '../SmallMediumDeltaAreaMarkerContainer';

const MarkerContainers = () => {
const deltaAreaState = useExternalValue(deltaAreaStore);
Expand Down

0 comments on commit 7cf742e

Please sign in to comment.