diff --git a/src/components/map/gpx-record.tsx b/src/components/map/GpxRecord.tsx similarity index 100% rename from src/components/map/gpx-record.tsx rename to src/components/map/GpxRecord.tsx diff --git a/src/components/map/map.tsx b/src/components/map/map.tsx index da76e8e..29f130f 100644 --- a/src/components/map/map.tsx +++ b/src/components/map/map.tsx @@ -20,7 +20,7 @@ import { } from '@ionic/react'; import Gpxes from './gpxes'; -import GpxRecord from './gpx-record'; +import GpxRecord from './GpxRecord'; import { initDb } from '../../db'; import TileServerChooserButton from './TileServerChooserButton'; import TileServerChooserDialog from './TileServerChooserDialog';