fix: import paths

This commit is contained in:
Ilia Mashkov
2026-01-01 14:37:44 +03:00
parent 1321347ac3
commit 9924fcba3a
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
<script lang="ts">
import favicon from '$lib/assets/favicon.svg';
import favicon from '$shared/assets/favicon.svg';
import './app.css';
import Page from './routes/Page.svelte';
</script>