import {Fragment} from 'react'; const rootRoutes = () => (<Fragment key="root-routes" />) as any; export default rootRoutes;