diff --git a/src/components/Map/Map.js b/src/components/Map/Map.js index 6b94cd0..5c961b8 100644 --- a/src/components/Map/Map.js +++ b/src/components/Map/Map.js @@ -1,6 +1,6 @@ /* global kakao */ import React, { useEffect, useRef } from 'react'; -import { getUserLocation } from '../services/locationService'; +import { getUserLocation } from '../../services/locationService'; const KAKAO_MAP_KEY = process.env.REACT_APP_KAKAO_MAP_KEY;