Skip to content

Commit

Permalink
fix(Appbar): refactor geolocator to be as panel #closes2161
Browse files Browse the repository at this point in the history
  • Loading branch information
kaminderpal committed May 28, 2024
1 parent 81a0185 commit 28c2685
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/geoview-core/src/core/containers/shell.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import { Map } from '@/core/components/map/map';
import { AppBar } from '@/core/components/app-bar/app-bar';
import { NavBar } from '@/core/components/nav-bar/nav-bar';
import { FooterBar } from '@/core/components/footer-bar/footer-bar';
// import { Geolocator } from '@/core/components/geolocator/geolocator';
import { MapInfo } from '@/core/components/map-info/map-info';

import { Box, CircularProgress, Link, Modal, Snackbar, Button, TypeModalProps, ModalApi, ModalEvent } from '@/ui';
Expand All @@ -22,7 +21,6 @@ import {
import {
useUIActiveFocusItem,
useUIActiveTrapGeoView,
// useUIAppbarComponents,
useUIFooterPanelResizeValue,
useUIFooterPanelResizeValues,
useUIFooterBarIsCollapsed,
Expand Down Expand Up @@ -84,7 +82,6 @@ export function Shell(props: ShellProps): JSX.Element {
const circularProgressActive = useAppCircularProgressActive();
const activeTrapGeoView = useUIActiveTrapGeoView();
const interaction = useMapInteraction();
// const appBarComponents = useUIAppbarComponents();
const geoviewConfig = useGeoViewConfig();
const focusItem = useUIActiveFocusItem();
const isMapFullScreen = useAppFullscreenActive();
Expand Down

0 comments on commit 28c2685

Please sign in to comment.