mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-29 02:49:13 -04:00
7 lines
163 B
TypeScript
7 lines
163 B
TypeScript
import BaseLayout from './base.layout.vue';
|
|
import ToolLayout from './tool.layout.vue';
|
|
|
|
export const layouts = {
|
|
base: BaseLayout,
|
|
toolLayout: ToolLayout,
|
|
};
|