Skip to content

Commit 06747ec

Browse files
committed
missed a spot
1 parent bdd147f commit 06747ec

File tree

1 file changed

+1
-1
lines changed
  • apps/svelte.dev/src/routes/(authed)/playground/[id]

1 file changed

+1
-1
lines changed

apps/svelte.dev/src/routes/(authed)/playground/[id]/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
1414
let { data } = $props();
1515
16-
let repl = $state() as Repl;
16+
let repl = $state() as ReturnType<typeof Repl>;
1717
let name = $state(data.gist.name);
1818
let modified = $state(false);
1919
let version = data.version;

0 commit comments

Comments
 (0)