diff --git a/hosting/src/app/(protected)/settings/page.tsx b/hosting/src/app/(protected)/settings/page.tsx index d610ad5d..a050eb8b 100644 --- a/hosting/src/app/(protected)/settings/page.tsx +++ b/hosting/src/app/(protected)/settings/page.tsx @@ -1,5 +1,6 @@ "use client"; import PageHeader from "@/components/common/PageHeader"; +import DarkModeSwitcher from "@/components/Header/DarkModeSwitcher"; import {useAuthentication} from "@/hooks/useAuthentication"; import {useTanamUser} from "@/hooks/useTanamUser"; import Image from "next/image"; @@ -67,6 +68,7 @@ export default function Settings() { +