import { Home } from '../pages'; const routes = [ { path: "/", name: "Home", element: } ] export default routes;