diff --git a/web/index.html b/web/index.html
index 3773bd7..f3064e9 100644
--- a/web/index.html
+++ b/web/index.html
@@ -4,6 +4,16 @@
Collection
+
diff --git a/web/src/shell/app-shell.tsx b/web/src/shell/app-shell.tsx
index 9262273..d7ff942 100644
--- a/web/src/shell/app-shell.tsx
+++ b/web/src/shell/app-shell.tsx
@@ -4,6 +4,7 @@ import { useTranslation } from "react-i18next";
import { useLogout } from "../api/queries";
import { Button } from "@/components/ui/button";
import { LangSwitch } from "./lang-switch";
+import { ThemeSwitch } from "./theme-switch";
import { Sidebar } from "./sidebar";
export function AppShell() {
@@ -22,6 +23,7 @@ export function AppShell() {