Skip to content

Commit 02a9753

Browse files
committed
fix
1 parent 338733d commit 02a9753

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs-svelte-kit/src/lib/eslint/MonacoEditor.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<script context="module">
1+
<script module>
22
const appStarting = new Promise((resolve) => setTimeout(resolve, 300));
33
</script>
44

0 commit comments

Comments
 (0)