use:skeleton for loading in content

This commit is contained in:
2025-10-03 15:58:38 +02:00
parent d82f590fab
commit 5cb0b9eb53
8 changed files with 265 additions and 56 deletions

View File

@@ -8,6 +8,9 @@ export { default as Modal } from './components/Modal.svelte';
export { default as Map } from './components/Map.svelte';
export { default as LocationButton } from './components/LocationButton.svelte';
// Skeleton Loading Components
export { Skeleton, SkeletonVariants } from './components/skeleton';
// Location utilities and stores
export { geolocationService } from './utils/geolocation';
export {