add admin panel for boxes

This commit is contained in:
j3d1 2023-12-28 22:49:55 +01:00
parent fe9795d147
commit c2e73afb35
8 changed files with 84 additions and 16 deletions

View file

@ -15,6 +15,7 @@ import store from "@/store";
import Empty from "@/views/Empty.vue";
import Events from "@/views/admin/Events.vue";
import AccessControl from "@/views/admin/AccessControl.vue";
import {default as BoxesAdmin} from "@/views/admin/Boxes.vue"
Vue.use(VueRouter);