diff options
| author | Josh Kingsley <josh@joshkingsley.me> | 2025-10-29 18:26:41 +0200 |
|---|---|---|
| committer | Josh Kingsley <josh@joshkingsley.me> | 2025-10-29 18:26:41 +0200 |
| commit | 7ef8366bfc43775bf26e71e77bddf31af829dfde (patch) | |
| tree | 38f2551d3676838df5e35c97e5678f89fd75a56f /web/src/index.html | |
| parent | 986e65f9ab7122995ae1d647df23d817cecf6816 (diff) | |
refactor(web): add decorators
Diffstat (limited to 'web/src/index.html')
| -rw-r--r-- | web/src/index.html | 1 |
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> |
