diff --git a/src/components/map/current-location.tsx b/src/components/map/CurrentLocation.tsx similarity index 80% rename from src/components/map/current-location.tsx rename to src/components/map/CurrentLocation.tsx index 472d502..0a50d16 100644 --- a/src/components/map/current-location.tsx +++ b/src/components/map/CurrentLocation.tsx @@ -20,9 +20,12 @@ const CurrentLocation: React.FC<{}> = () => { ); }; diff --git a/src/components/map/map.tsx b/src/components/map/map.tsx index bcdf698..da76e8e 100644 --- a/src/components/map/map.tsx +++ b/src/components/map/map.tsx @@ -9,7 +9,7 @@ import Slippy from '../slippy/slippy'; import TiledMap from './tiled-map'; import GetLocation from './get-location'; import Whiteboard from './whiteboard'; -import CurrentLocation from './current-location'; +import CurrentLocation from './CurrentLocation'; import { IonApp, IonButtons,