From 50a252fdd7e5652d344e9f1eb82ff755d55fe8a5 Mon Sep 17 00:00:00 2001 From: Liang Yi Date: Wed, 16 Mar 2022 14:26:15 +0800 Subject: Frontend improvement and cleanup (#1690) * Replace Create-React-App with Vite.js * Update React-Router to v6 * Cleanup unused codes --- frontend/index.html | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 frontend/index.html (limited to 'frontend/index.html') diff --git a/frontend/index.html b/frontend/index.html new file mode 100644 index 000000000..7811ee654 --- /dev/null +++ b/frontend/index.html @@ -0,0 +1,25 @@ + + + + Bazarr + + + + + + + + +
+ + + + -- cgit v1.2.3