Fix svelte-check type errors in FileTree and space page

This commit is contained in:
2026-07-19 12:02:33 -04:00
parent 7de21ffcd5
commit a2b7b5871a
2 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -19,7 +19,7 @@
kind: string;
}
const spaceId = $page.params.id;
const spaceId = $page.params.id as string;
let spaceName = $state('Space');
let entrypoint = $state('main.typ');