chore: finalize migration cleanup

- Remove dev-dist/registerSW.js (no longer needed without vite-pwa plugin)
- Fix import order in layout.svelte
- Complete migration to native SvelteKit PWA
This commit is contained in:
Giancarmine Salucci
2025-12-22 05:49:05 +01:00
parent b247c48119
commit 051f76f64c
2 changed files with 1 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
<script lang="ts">
import './layout.css';
import favicon from '$lib/assets/favicon.svg';
import './layout.css';
let { children } = $props();
</script>