/** * Created by MeePwn * https://github.com/maybewaityou * * description: * */ import React from 'react'; import { renderRoutes } from '../main/vendor/index'; export default ({ route, history }: any) => (

Root

{renderRoutes(route.routes)}
);