diff options
| author | Josh Kingsley <josh@joshkingsley.me> | 2025-10-30 13:25:02 +0200 |
|---|---|---|
| committer | Josh Kingsley <josh@joshkingsley.me> | 2025-10-30 13:25:02 +0200 |
| commit | 715996aceb4d4dc96410464f60727b98a289be08 (patch) | |
| tree | 876d97664a22246ebecfc25cad1f4b96dee031a0 /web/src/index.ts | |
| parent | 7ef8366bfc43775bf26e71e77bddf31af829dfde (diff) | |
refactor(web): move selection code
Diffstat (limited to 'web/src/index.ts')
| -rw-r--r-- | web/src/index.ts | 4 |
1 files changed, 3 insertions, 1 deletions
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()); |
