diff --git a/ui/src/components/NavigationBar.tsx b/ui/src/components/NavigationBar.tsx index 2eaef78..261f2e4 100644 --- a/ui/src/components/NavigationBar.tsx +++ b/ui/src/components/NavigationBar.tsx @@ -39,6 +39,7 @@ import { } from "../ui-library/icons"; import { useState, useRef } from "react"; import logo from "../assets/icon.jpg"; +import { ThemeSwitcher } from "./ThemeSwitcher"; type NavLinkItem = { isActive?: boolean; @@ -234,7 +235,7 @@ export const SideNavigation = ({ Logo XTablo

- +