Skip to content

Commit

Permalink
fix: 경로 에러 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
extinctmule committed Oct 19, 2024
1 parent a44089b commit 3d80c8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Map/Map.js
Original file line number Diff line number Diff line change
@@ -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;

Expand Down

0 comments on commit 3d80c8e

Please sign in to comment.