diff --git a/Frontend/src/components/Sidebar.jsx b/Frontend/src/components/Sidebar.jsx new file mode 100644 index 0000000..75230de --- /dev/null +++ b/Frontend/src/components/Sidebar.jsx @@ -0,0 +1,266 @@ +const Sidebar = () => { + return ( + <> + + + + + + Open sidebar + + + + + + + + Flowbite + + + + + + + + Open user menu + + + + + + + Neil Sims + + + neil.sims@flowbite.com + + + + + + Dashboard + + + + + Settings + + + + + Earnings + + + + + Sign out + + + + + + + + + + + + > + ); +}; + +export default Sidebar;
+ Neil Sims +
+ neil.sims@flowbite.com +