From d8cad992d8a40e14272701b133a60b44e050dc10 Mon Sep 17 00:00:00 2001 From: evlist Date: Sun, 2 Oct 2022 22:09:48 +0200 Subject: [PATCH] Renaming a component source file --- src/components/map/{gpx.tsx => Gpx.tsx} | 0 src/components/map/gpxes.tsx | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename src/components/map/{gpx.tsx => Gpx.tsx} (100%) diff --git a/src/components/map/gpx.tsx b/src/components/map/Gpx.tsx similarity index 100% rename from src/components/map/gpx.tsx rename to src/components/map/Gpx.tsx diff --git a/src/components/map/gpxes.tsx b/src/components/map/gpxes.tsx index a4cc08f..472a97a 100644 --- a/src/components/map/gpxes.tsx +++ b/src/components/map/gpxes.tsx @@ -2,7 +2,7 @@ import React, { Suspense } from 'react'; import { useFind } from 'react-pouchdb'; -import Gpx from './gpx'; +import Gpx from './Gpx'; const Gpxes: React.FC<{}> = () => { const gpxes = useFind({