mirror of
https://github.com/Art051/it-tools.git
synced 2025-08-11 19:29:03 +00:00
8 lines
163 B
TypeScript
8 lines
163 B
TypeScript
import BaseLayout from './base.layout.vue';
|
|
import ToolLayout from './tool.layout.vue';
|
|
|
|
export const layouts = {
|
|
base: BaseLayout,
|
|
toolLayout: ToolLayout,
|
|
};
|