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 { atomWithHash } from 'jotai/utils';
|
||||||
import { MapScope } from './components/map/types';
|
import { MapScope } from './components/map/types';
|
||||||
import { debounce } from 'lodash';
|
import { debounce } from 'lodash';
|
||||||
import GetLocation from './components/map/GetLocation';
|
import GetLocation from './components/buttons/GetLocation';
|
||||||
import { geoPoint } from './components/map/types';
|
import { geoPoint } from './components/map/types';
|
||||||
|
|
||||||
setupIonicReact();
|
setupIonicReact();
|
||||||
|
@ -73,6 +73,7 @@ const App: React.FC = () => {
|
||||||
</IonContent>
|
</IonContent>
|
||||||
<IonHeader className='ion-no-border' translucent={true}>
|
<IonHeader className='ion-no-border' translucent={true}>
|
||||||
<IonToolbar>
|
<IonToolbar>
|
||||||
|
<IonButtons slot='start'></IonButtons>
|
||||||
<IonButtons slot='end'></IonButtons>
|
<IonButtons slot='end'></IonButtons>
|
||||||
</IonToolbar>
|
</IonToolbar>
|
||||||
</IonHeader>
|
</IonHeader>
|
||||||
|
|
Loading…
Reference in New Issue