remove useless imports
This commit is contained in:
parent
27c46931f5
commit
48e2903877
1 changed files with 0 additions and 4 deletions
|
|
@ -19,7 +19,6 @@ import "dayjs/locale/fr";
|
|||
import { usePageStore } from "../../stores/page";
|
||||
import { computed, onMounted, useTemplateRef } from "vue";
|
||||
import { useProjectStore } from "../../stores/project";
|
||||
import { useRouter } from "vue-router";
|
||||
import ClientBrief from "./cards/ClientBrief.vue";
|
||||
import MultipleDocuments from "./cards/MultipleDocuments.vue";
|
||||
import SimpleDocument from "./cards/SimpleDocument.vue";
|
||||
|
|
@ -39,9 +38,6 @@ const cardsMap = {
|
|||
physicalSample: PhysicalSample,
|
||||
};
|
||||
|
||||
const emit = defineEmits(["update:file"]);
|
||||
const router = useRouter();
|
||||
|
||||
dayjs.locale("fr");
|
||||
|
||||
const { page } = usePageStore();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue