diff --git a/src/Views/Home/Sidebar/index.js b/src/Views/Home/Sidebar/index.js index a30edff..871eb1b 100644 --- a/src/Views/Home/Sidebar/index.js +++ b/src/Views/Home/Sidebar/index.js @@ -12,6 +12,7 @@ function Sidebar({ list, setActive }) { ) ); }, []); + const navigation = useNavigate(); return (