We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcc3c9d commit 8a609d7Copy full SHA for 8a609d7
1 file changed
src/routes/+layout.svelte
@@ -1,12 +1,11 @@
1
<script lang="ts">
2
- import { base } from '$app/paths';
+ import { resolve } from '$app/paths';
3
import '../app.css';
4
5
import pngIcon from '$lib/assets/coffee-icon.png';
6
import Flag from '$lib/components/Flag.svelte';
7
import '$lib/i18n';
8
import { isLoading, t } from 'svelte-i18n';
9
- import { resolve } from 'path';
10
interface Props {
11
children?: import('svelte').Snippet;
12
}
0 commit comments