/** * Copyright (c) OpenSpug Organization. https://github.com/openspug/spug * Copyright (c) * Released under the MIT License. */ import { lazy } from 'react'; import { makeRoute } from 'libs/router'; export default [ makeRoute('', lazy(() => import('./index'))), ]