fix: macro's moeten niet geimport worden
This commit is contained in:
parent
de0c61d1b3
commit
71e0c221a4
4 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
<script setup lang="ts">
|
||||
import { computed, defineProps, type Ref, ref } from "vue";
|
||||
import { computed, type Ref, ref } from "vue";
|
||||
import { useI18n } from "vue-i18n";
|
||||
import { useAssignmentQuery, useDeleteAssignmentMutation } from "@/queries/assignments.ts";
|
||||
import UsingQueryResult from "@/components/UsingQueryResult.vue";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue