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({