diff --git a/index.html b/index.html
index 779ab1d..581b010 100644
--- a/index.html
+++ b/index.html
@@ -5,15 +5,21 @@
Zwitter
+
+
+
+
-
-
-
-
+
import('./components/protected-route.tsx'));
@@ -9,7 +10,6 @@ const Profile = lazy(() => import('./routes/profile.tsx'));
const SearchResult = lazy(() => import('./routes/search-result.tsx'));
const Auth = lazy(() => import('./routes/auth.tsx'));
const Layout = lazy(() => import('./components/layout.tsx'));
-const LoadingSpinner = lazy(() => import('./components/loading-spinner.tsx'));
const router = createBrowserRouter([
{