summaryrefslogtreecommitdiff
path: root/web/src/index.html
diff options
context:
space:
mode:
authorJosh Kingsley <josh@joshkingsley.me>2025-10-29 18:26:41 +0200
committerJosh Kingsley <josh@joshkingsley.me>2025-10-29 18:26:41 +0200
commit7ef8366bfc43775bf26e71e77bddf31af829dfde (patch)
tree38f2551d3676838df5e35c97e5678f89fd75a56f /web/src/index.html
parent986e65f9ab7122995ae1d647df23d817cecf6816 (diff)
refactor(web): add decorators
Diffstat (limited to 'web/src/index.html')
-rw-r--r--web/src/index.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/web/src/index.html b/web/src/index.html
index b296f52..a9cd398 100644
--- a/web/src/index.html
+++ b/web/src/index.html
@@ -6,7 +6,6 @@
<link rel="stylesheet" href="index.css" />
<link rel="icon" href="favicon.ico" />
<script type="module" src="index.ts"></script>
- <script type="module" src="components/index.ts"></script>
</head>
<body>
<ntv-app></ntv-app>