This commit is contained in:
isUnknown 2025-01-07 11:33:15 +01:00
parent abda2e4025
commit cf0d4b7c6f
5 changed files with 17 additions and 8 deletions

View file

@ -16,7 +16,7 @@ import Header from "../components/project/Header.vue";
import DialogWrapper from "../components/project/DialogWrapper.vue";
import { usePageStore } from "../stores/page";
import { storeToRefs } from "pinia";
import { computed, watch } from "vue";
import { watch } from "vue";
import { useDialogStore } from "../stores/dialog";
import { useRoute } from "vue-router";