fix(app): file tree out of sync

This commit is contained in:
Adam
2026-02-05 06:49:47 -06:00
parent 1a6a3f4b54
commit 5b3d94ebaa
4 changed files with 18 additions and 17 deletions

View File

@@ -31,7 +31,7 @@ export default function Layout(props: ParentProps) {
})
return (
<Show when={directory()}>
<SDKProvider directory={directory()}>
<SDKProvider directory={directory}>
<SyncProvider>
{iife(() => {
const sync = useSync()