From b64f62bb9071c16831b509cd7f8b8b2add1287ff Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Sat, 8 Jul 2023 21:26:43 +0200 Subject: [PATCH] Updated the Navigation.jsx --- src/common/components/Navigation/Navigation.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/components/Navigation/Navigation.jsx b/src/common/components/Navigation/Navigation.jsx index dd4337f..7acfe87 100644 --- a/src/common/components/Navigation/Navigation.jsx +++ b/src/common/components/Navigation/Navigation.jsx @@ -5,7 +5,7 @@ import {AppBar, Button, CircularProgress, IconButton, Link, Stack, Typography, u import {Menu} from "@mui/icons-material"; import {useNavigate} from "react-router-dom"; import routes from "@/common/routes"; -import {useEffect, useState} from "react"; +import {useState} from "react"; const NAVBAR_HEIGHT = 80;