feat(frontend): overbodige bestanden verwijderen
This commit is contained in:
parent
800f6433d6
commit
8f75a862f2
3 changed files with 1 additions and 126 deletions
|
@ -1,9 +1,9 @@
|
|||
<script setup lang="ts">
|
||||
import {ref, defineProps, defineEmits} from 'vue';
|
||||
import {useI18n} from 'vue-i18n';
|
||||
import {useClassStudentsQuery} from "@/queries/classes-temp.ts";
|
||||
import UsingQueryResult from "@/components/UsingQueryResult.vue";
|
||||
import type {StudentsResponse} from "@/controllers/students.ts";
|
||||
import {useClassStudentsQuery} from "@/queries/classes.ts";
|
||||
|
||||
const props = defineProps<{
|
||||
classId: string | undefined
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue