fix: import paths
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user