aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/index.html
diff options
context:
space:
mode:
authorLASER-Yi <[email protected]>2022-03-29 01:10:24 +0800
committerLASER-Yi <[email protected]>2022-03-29 01:10:24 +0800
commit030a7045e03dc157cafa77d7103ddc5aea09bf53 (patch)
treef401559d30c82d33fe2c2d970f2154bf841ee611 /frontend/index.html
parent3f1d5ae6236025fd14e3e27ccc6fa3a66d3060ff (diff)
downloadbazarr-030a7045e03dc157cafa77d7103ddc5aea09bf53.tar.gz
bazarr-030a7045e03dc157cafa77d7103ddc5aea09bf53.zip
no log: Setup unit tests for UI
Diffstat (limited to 'frontend/index.html')
-rw-r--r--frontend/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/index.html b/frontend/index.html
index 7811ee654..9bfe7e734 100644
--- a/frontend/index.html
+++ b/frontend/index.html
@@ -20,6 +20,6 @@
<script>
window.Bazarr = {{BAZARR_SERVER_INJECT | tojson | safe}};
</script>
- <script type="module" src="./src/index.tsx"></script>
+ <script type="module" src="./src/dom.tsx"></script>
</body>
</html>