From e103e928b6266d871b3131e23c4047394f9e4e79 Mon Sep 17 00:00:00 2001 From: evlist Date: Sun, 2 Oct 2022 20:40:27 +0200 Subject: [PATCH] Renaming... --- src/components/map/{gpx-record.tsx => GpxRecord.tsx} | 0 src/components/map/map.tsx | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename src/components/map/{gpx-record.tsx => GpxRecord.tsx} (100%) 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';