style: fix linting issues met Prettier
This commit is contained in:
parent
064897acd5
commit
25cb1d248f
5 changed files with 7 additions and 11 deletions
|
@ -3,7 +3,7 @@
|
|||
import { useI18n } from "vue-i18n";
|
||||
import { onMounted, ref, type Ref } from "vue";
|
||||
import auth from "../services/auth/auth-service.ts";
|
||||
import {Redirect} from "@/utils/redirect.ts";
|
||||
import { Redirect } from "@/utils/redirect.ts";
|
||||
|
||||
const { t } = useI18n();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue