diff --git a/lumina/app/layout.tsx b/lumina/app/layout.tsx
index 3bb2953..ccf0699 100644
--- a/lumina/app/layout.tsx
+++ b/lumina/app/layout.tsx
@@ -2,6 +2,8 @@ import type { Metadata } from "next";
import { Inter } from "next/font/google";
import "./globals.css";
import { ThemeProvider } from "@/components/theme-provider";
+import { DropdownThemeMode } from "@/components/DropdownThemeMode";
+import { Navigation } from "@/components/Navigation";
const inter = Inter({ subsets: ["latin"] });
@@ -24,6 +26,7 @@ export default function RootLayout({
enableSystem
disableTransitionOnChange
>
+