import React from 'react'; import { Link } from 'react-router-dom'; const Sidebar = () => { return (
Dashboard
); }; export default Sidebar;