typooooooooo

This commit is contained in:
ThatOneCalculator 2022-09-13 17:43:23 -07:00
parent df16580d87
commit 783c4effa7

View file

@ -45,7 +45,7 @@ const props = defineProps<{
}
}>();
const users.value = ref<any[]>([]);
const users = ref<any[]>([]);
const group = ref<any>();
const router = useRouter();