Skip to content

Commit 4241f58

Browse files
authored
Import base from $app/paths in +page.svelte
1 parent 1e0fd2e commit 4241f58

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/routes/+page.svelte

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<script lang="ts">
22
import { onMount } from 'svelte';
3+
import { base } from '$app/paths';
34
import { fly, fade, scale } from 'svelte/transition';
45
import { cubicOut } from 'svelte/easing';
56
import FlowCanvas from '$lib/components/FlowCanvas.svelte';

0 commit comments

Comments
 (0)