mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-05 13:57:10 -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,
|
|
};
|