diff --git a/src/App.tsx b/src/App.tsx index 8a4ce35..c7d5a16 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -22,7 +22,7 @@ import '@ionic/react/css/display.css'; import './theme/variables.css'; import Map from './components/map/map'; -import Slippy from './components/slippy'; +import Slippy from './components/slippy/sleepy'; import Layer from './components/slippy/layer'; import { Fragment } from 'react'; diff --git a/src/components/slippy/index.tsx b/src/components/slippy/sleepy.tsx similarity index 100% rename from src/components/slippy/index.tsx rename to src/components/slippy/sleepy.tsx diff --git a/src/store/slippy.ts b/src/store/slippy.ts index 960b042..7207a0e 100644 --- a/src/store/slippy.ts +++ b/src/store/slippy.ts @@ -1,6 +1,6 @@ import { createSlice } from '@reduxjs/toolkit'; -import { Point } from '../components/slippy/index'; +import { Point } from '../components/slippy/sleepy'; export interface SlippyState { scale: number;