role and user management

This commit is contained in:
Julian Krauser 2024-09-02 15:57:03 +02:00
parent 6247c385c3
commit 5ffdfcd6f2
22 changed files with 798 additions and 92 deletions

View file

@ -37,7 +37,7 @@
<script setup lang="ts">
import { Menu, MenuButton, MenuItems, MenuItem } from "@headlessui/vue";
import { mapState, mapActions } from "pinia";
import { UserIcon } from "@heroicons/vue/outline";
import { UserIcon } from "@heroicons/vue/24/outline";
import { useAccountStore } from "@/stores/account";
</script>