♻️ Refactor frontend

This commit is contained in:
2022-12-10 16:10:10 +01:00
parent 568bfb9782
commit f243137145
12 changed files with 64 additions and 46 deletions

View File

@ -1,5 +1,4 @@
import { computed } from "@vue/reactivity";
import { ref, watch } from "vue";
import { ref, watch, computed } from "vue";
import router from "./router";
import i18n from "./main";