style: fix linting issues met Prettier
This commit is contained in:
parent
bed2caba08
commit
fdbb19c8a4
3 changed files with 2 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
<script setup lang="ts">
|
||||
import {computed, type Ref, ref, watch} from "vue";
|
||||
import { computed, type Ref, ref, watch } 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