diff --git a/src/components/Device/GeolocationPermissionDrawer.tsx b/src/components/Device/GeolocationPermissionDrawer.tsx index 7bd82c8..f940510 100644 --- a/src/components/Device/GeolocationPermissionDrawer.tsx +++ b/src/components/Device/GeolocationPermissionDrawer.tsx @@ -8,6 +8,7 @@ import { DrawerHeader, DrawerTitle, } from '../ui/drawer' +import { Geolocation } from '@capacitor/geolocation'; export default function GeolocationPermissionDrawer() { const showGeolocationPermissionsDrawer = usePermissionsStore( @@ -41,7 +42,10 @@ export default function GeolocationPermissionDrawer() {