From b81b5e509e1237ec4c2d47d4e1ed9ba0f29350e2 Mon Sep 17 00:00:00 2001 From: evlist Date: Mon, 12 Sep 2022 15:31:02 +0200 Subject: [PATCH] Renaming src/components/slippy/index.tsx -> src/components/slippy/sleepy.tsx --- src/App.tsx | 2 +- src/components/slippy/{index.tsx => sleepy.tsx} | 0 src/store/slippy.ts | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename src/components/slippy/{index.tsx => sleepy.tsx} (100%) 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;