style: fix linting issues met Prettier
This commit is contained in:
		
							parent
							
								
									d43db16989
								
							
						
					
					
						commit
						74f8a5ed24
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -1,5 +1,5 @@ | |||
| <script setup lang="ts"> | ||||
| import {ref, computed, onMounted, watch} from "vue"; | ||||
|     import { ref, computed, onMounted, watch } from "vue"; | ||||
|     import { useI18n } from "vue-i18n"; | ||||
|     import { useRouter } from "vue-router"; | ||||
|     import auth from "@/services/auth/auth-service.ts"; | ||||
|  | @ -8,7 +8,7 @@ import {ref, computed, onMounted, watch} from "vue"; | |||
|     import { ClassController } from "@/controllers/classes.ts"; | ||||
|     import type { ClassDTO } from "@dwengo-1/common/interfaces/class"; | ||||
|     import { asyncComputed } from "@vueuse/core"; | ||||
|     import {useCreateAssignmentMutation, useDeleteAssignmentMutation} from "@/queries/assignments.ts"; | ||||
|     import { useCreateAssignmentMutation, useDeleteAssignmentMutation } from "@/queries/assignments.ts"; | ||||
| 
 | ||||
|     const { t } = useI18n(); | ||||
|     const router = useRouter(); | ||||
|  |  | |||
		Reference in a new issue
	
	 Lint Action
						Lint Action