mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-29 10:59:12 -04:00
chore: first commit
This commit is contained in:
commit
64c92a661c
37 changed files with 13458 additions and 0 deletions
5
src/layouts/index.ts
Normal file
5
src/layouts/index.ts
Normal file
|
@ -0,0 +1,5 @@
|
|||
import BaseLayout from './base.layout.vue';
|
||||
|
||||
export const layouts = {
|
||||
base: BaseLayout,
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue