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.html | |
| parent | 7ef8366bfc43775bf26e71e77bddf31af829dfde (diff) | |
refactor(web): move selection code
Diffstat (limited to 'web/src/index.html')
| -rw-r--r-- | web/src/index.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/web/src/index.html b/web/src/index.html index a9cd398..9f8bcbf 100644 --- a/web/src/index.html +++ b/web/src/index.html @@ -7,7 +7,5 @@ <link rel="icon" href="favicon.ico" /> <script type="module" src="index.ts"></script> </head> - <body> - <ntv-app></ntv-app> - </body> + <body></body> </html> |
