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"> <script lang="ts">
import favicon from '$lib/assets/favicon.svg'; import favicon from '$shared/assets/favicon.svg';
import './app.css'; import './app.css';
import Page from './routes/Page.svelte'; import Page from './routes/Page.svelte';
</script> </script>

View File

@@ -1,4 +1,4 @@
import type { CollectionApiModel } from './collection'; import type { CollectionApiModel } from '../../../shared/types/collection';
/** /**
* Model of Fontshare API response * Model of Fontshare API response