diff options
| author | Josh Kingsley <josh@joshkingsley.me> | 2025-11-29 22:16:44 +0200 |
|---|---|---|
| committer | Josh Kingsley <josh@joshkingsley.me> | 2025-11-29 22:16:44 +0200 |
| commit | 1696d665f01c6e8bff04946c69ad0258bf72b5eb (patch) | |
| tree | a37d8efcd8eacd90d0cbea08fb2e09a0b3cbaa90 /apps/web/src/index.ts | |
| parent | d724cc0bf6ff6d351319e6fb00f5184a04e16ac0 (diff) | |
Diffstat (limited to 'apps/web/src/index.ts')
| -rw-r--r-- | apps/web/src/index.ts | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/apps/web/src/index.ts b/apps/web/src/index.ts index 857e76a..7842326 100644 --- a/apps/web/src/index.ts +++ b/apps/web/src/index.ts @@ -1,8 +1,3 @@ import ntvApp from "./components/app"; -import { State } from "@notive/doc"; - -const state = new State(); -state.create_grid(); -console.log(state.to_json()); document.body.append(ntvApp()); |
