import { Route, IndexRedirect } from 'react-router'; import './style/index'; import stores from './stores/index.js'; import Index from './components/check/Index'; // const getLocaleLabel = WeaLocaleProvider.getLocaleLabel.bind(this, 'SYSTEM_ENGINE'); const APIdoc = ( {/* */} ); module.exports = { Route: APIdoc, stores, };