mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-06-16 11:14:56 -04:00
refactor(home): improved landing page ui
This commit is contained in:
parent
274ff02b54
commit
0bd8fabb85
10 changed files with 353 additions and 114 deletions
|
@ -1,7 +1,9 @@
|
|||
import BaseLayout from './base.layout.vue';
|
||||
import NavbarLayout from './navbar.layout.vue';
|
||||
import ToolLayout from './tool.layout.vue';
|
||||
|
||||
export const layouts = {
|
||||
base: BaseLayout,
|
||||
toolLayout: ToolLayout,
|
||||
navbar: NavbarLayout,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue