Moving fils around
This commit is contained in:
parent
61fc42b251
commit
8e78fbc7ec
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue