From 1696d665f01c6e8bff04946c69ad0258bf72b5eb Mon Sep 17 00:00:00 2001 From: Josh Kingsley Date: Sat, 29 Nov 2025 22:16:44 +0200 Subject: feat: export proper types from doc --- apps/web/src/index.ts | 5 ----- 1 file changed, 5 deletions(-) (limited to 'apps/web/src/index.ts') 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()); -- cgit v1.2.3