Moving fils around

This commit is contained in:
Eric van der Vlist 2022-11-02 15:29:13 +01:00
parent 61fc42b251
commit 8e78fbc7ec
3 changed files with 2 additions and 1 deletions

View File

@ -32,7 +32,7 @@ import { atom, useAtom } from 'jotai';
import { atomWithHash } from 'jotai/utils';
import { MapScope } from './components/map/types';
import { debounce } from 'lodash';
import GetLocation from './components/map/GetLocation';
import GetLocation from './components/buttons/GetLocation';
import { geoPoint } from './components/map/types';
setupIonicReact();
@ -73,6 +73,7 @@ const App: React.FC = () => {
</IonContent>
<IonHeader className='ion-no-border' translucent={true}>
<IonToolbar>
<IonButtons slot='start'></IonButtons>
<IonButtons slot='end'></IonButtons>
</IonToolbar>
</IonHeader>