chore: formatting

This commit is contained in:
2025-10-03 15:05:07 +02:00
parent 0abf4f9737
commit b82141eb75
7 changed files with 148 additions and 130 deletions

View File

@@ -11,4 +11,14 @@ export { default as LocationButton } from './components/LocationButton.svelte';
// Location utilities and stores
export { geolocationService } from './utils/geolocation';
export { locationActions, locationStore, coordinates, locationStatus, locationError, isLocationLoading, hasLocationAccess, getMapCenter, getMapZoom } from './stores/location';
export {
locationActions,
locationStore,
coordinates,
locationStatus,
locationError,
isLocationLoading,
hasLocationAccess,
getMapCenter,
getMapZoom
} from './stores/location';