Skip to content

Commit 91e0883

Browse files
committed
migration of $app not applied
1 parent 25fbd9c commit 91e0883

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/routes/+layout.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<script>
22
import '../app.css';
33
4-
import { page } from '$app/state';
4+
import { page } from '$app/stores';
55
66
import PageTransition from '$lib/layout/PageTransition.svelte';
77
import Toast from '$lib/toast/Toast.svelte';

0 commit comments

Comments
 (0)