diff --git a/client/src/components/Navbar.tsx b/client/src/components/Navbar.tsx
index 0375020..964b90a 100644
--- a/client/src/components/Navbar.tsx
+++ b/client/src/components/Navbar.tsx
@@ -1,5 +1,6 @@
-import { IconUser, IconSun, IconMoon } from "@tabler/icons-react";
+import { IconUser } from "@tabler/icons-react";
import Link from "next/link";
+import ThemeToggle from "./ThemeToggle";
export default function Navbar() {
return (
@@ -37,9 +38,7 @@ export default function Navbar() {
-
-
-
+