♻️ Replace relative paths with "@" alias

This commit is contained in:
2023-06-06 21:02:09 +02:00
parent 9164f56172
commit 55517f6c1b
16 changed files with 44 additions and 43 deletions

View File

@ -1,6 +1,6 @@
import { ref, watch, computed } from "vue";
import { getNextAndPrevDay } from "./util";
import i18n from "./i18n";
import { getNextAndPrevDay } from "@/util";
import i18n from "@/i18n";
/* Router */
export const shouldLogin = ref(false);