diff --git a/src/components/NavigationBar/index.js b/src/components/NavigationBar/index.js index 53d5f46..6e710da 100644 --- a/src/components/NavigationBar/index.js +++ b/src/components/NavigationBar/index.js @@ -10,7 +10,7 @@ import { } from "./StyledComponent"; import darkTheme from "../../theme/darkTheme"; import lightTheme from "../../theme"; -import DarkModeSwitch from "../Profile/settings/DarkModeSwitch"; + const StyledAppBar = styled(AppBar)(({ theme }) => ({ height: theme.customAppBarHeight, @@ -48,8 +48,6 @@ const NavigationBar = () => { - -