UNPKG

@enso-ui/tutorials

Version:
9 lines (6 loc) 219 B
import routeImporter from '@enso-ui/ui/src/modules/importers/routeImporter'; const routes = routeImporter(require.context('./system', false, /.*\.js$/)); export default { path: '/system', children: routes, };