Skip to content

Commit 9c37e1a

Browse files
committed
feat: no need to add ssr = false because await import is there
1 parent 94da73a commit 9c37e1a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

infrastructure/control-panel/src/routes/example/+page.svelte

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
<script module lang="ts">
2-
export const ssr = false;
3-
</script>
4-
51
<script lang="ts">
62
import { onMount } from 'svelte';
73
import '@xyflow/svelte/dist/style.css';

0 commit comments

Comments
 (0)