import AdminDashboard from "./components/adminDashboard"; export default (props) => { return ( <AdminDashboard /> ) }