mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-12-25 22:30:19 +08:00
feat(route): 增加功能示例模块
This commit is contained in:
@@ -2,8 +2,9 @@ import ROOT from './root';
|
||||
import DASHBOARD from './dashboard';
|
||||
import DOCUMENT from './document';
|
||||
import COMPONENT from './component';
|
||||
import FEAT from './feat';
|
||||
import EXCEPTION from './exception';
|
||||
import MULTI_MENU from './multi-menu';
|
||||
import ABOUT from './about';
|
||||
|
||||
export default [ROOT, DASHBOARD, DOCUMENT, COMPONENT, EXCEPTION, MULTI_MENU, ABOUT];
|
||||
export default [ROOT, DASHBOARD, DOCUMENT, COMPONENT, FEAT, EXCEPTION, MULTI_MENU, ABOUT];
|
||||
|
||||
Reference in New Issue
Block a user