diff --git a/src/router/index.ts b/src/router/index.ts
index db6f866..2408f07 100644
--- a/src/router/index.ts
+++ b/src/router/index.ts
@@ -45,6 +45,11 @@ const routes = [
name: "admin-users",
component: () => import("../views/admin/UsersView.vue"),
},
+ {
+ path: "modpacks",
+ name: "admin-modpacks",
+ component: () => import("../views/admin/ModpacksView.vue"),
+ },
],
},
];
diff --git a/src/views/admin/AdminLayout.vue b/src/views/admin/AdminLayout.vue
index 8108f66..a954131 100644
--- a/src/views/admin/AdminLayout.vue
+++ b/src/views/admin/AdminLayout.vue
@@ -5,6 +5,7 @@
@@ -13,6 +14,8 @@
+
+