Renaming a component source file

This commit is contained in:
Eric van der Vlist 2022-10-02 22:09:48 +02:00
parent 7036589a44
commit d8cad992d8
2 changed files with 1 additions and 1 deletions

View File

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