move wasm and system out of index.tsx

This commit is contained in:
Martti Malmi
2024-01-04 15:15:46 +02:00
parent e08da34aa8
commit 5ea2eb711f
9 changed files with 146 additions and 142 deletions

View File

@ -237,4 +237,4 @@ export default function ZapPoolPage() {
return null;
}
return <ZapPoolPageInner />;
}
}