From 715996aceb4d4dc96410464f60727b98a289be08 Mon Sep 17 00:00:00 2001 From: Josh Kingsley Date: Thu, 30 Oct 2025 13:25:02 +0200 Subject: refactor(web): move selection code --- web/src/index.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'web/src/index.ts') diff --git a/web/src/index.ts b/web/src/index.ts index 4c30907..7842326 100644 --- a/web/src/index.ts +++ b/web/src/index.ts @@ -1 +1,3 @@ -import "./components"; +import ntvApp from "./components/app"; + +document.body.append(ntvApp()); -- cgit v1.2.3