update src/Views/Home/Sidebar/index.js

master
mahdi 2 years ago
parent e1c77b9425
commit 6fe82c4c86
  1. 1
      src/Views/Home/Sidebar/index.js

@ -12,6 +12,7 @@ function Sidebar({ list, setActive }) {
)
);
}, []);
const navigation = useNavigate();
return (
<div className="lg:flex lg:flex-col lg:w-1/6 lg:h-full ltr bg-[#f5f5f5] overflow-y-auto scrollYDesign">

Loading…
Cancel
Save