1
0
mirror of https://github.com/1Panel-dev/1Panel.git synced 2025-01-20 16:59:17 +08:00
1Panel/frontend/src/routers/constant.ts
2022-08-17 09:37:30 +08:00

6 lines
174 B
Go

/**
* @description: default layout
*/
// export const Layout = () => import('@/layout/index.vue');
export const Layout = () => import('@/components/app-layout/index.vue');