Renaming a component source file
This commit is contained in:
parent
7036589a44
commit
d8cad992d8
|
@ -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({
|
||||
|
|
Loading…
Reference in New Issue