-
-
-
-
-
-
-
-
-
-
-
-
- Home
-
-
-
-
-
-
-
-
-
-
- Buy me a coffee
-
-
-
-
- ❤ Support IT Tools development !
-
-
diff --git a/src/layouts/index.ts b/src/layouts/index.ts
index 8f52b625..19bf719e 100644
--- a/src/layouts/index.ts
+++ b/src/layouts/index.ts
@@ -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,
};
diff --git a/src/layouts/navbar.layout.vue b/src/layouts/navbar.layout.vue
new file mode 100644
index 00000000..7e28ffc5
--- /dev/null
+++ b/src/layouts/navbar.layout.vue
@@ -0,0 +1,174 @@
+
+
+