mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-29 10:59:12 -04:00
6 lines
93 B
TypeScript
6 lines
93 B
TypeScript
![]() |
import BaseLayout from './base.layout.vue';
|
||
|
|
||
|
export const layouts = {
|
||
|
base: BaseLayout,
|
||
|
};
|