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

6 lines
174 B
Go
Raw Normal View History

2022-08-16 23:30:23 +08:00
/**
* @description: default layout
*/
// export const Layout = () => import('@/layout/index.vue');
export const Layout = () => import('@/components/app-layout/index.vue');