import React from 'react'; import { Route, Switch } from 'react-router-dom'; import routes from 'routes/dashboard' export default function DashboardContentRoute() { return ( { routes.map((route, index) => ( ))} ); }