diff --git a/src/modules/02_organization/components/StructureMain.vue b/src/modules/02_organization/components/StructureMain.vue index 626fc5c24..c6da85fa5 100644 --- a/src/modules/02_organization/components/StructureMain.vue +++ b/src/modules/02_organization/components/StructureMain.vue @@ -8,9 +8,7 @@ import http from "@/plugins/http"; import config from "@/app.config"; import { useCounterMixin } from "@/stores/mixin"; import { useOrganizational } from "@/modules/02_organization/store/organizational"; -import { useStructStore } from "@/modules/02_organization/store/chart"; -const storeOrg = useStructStore(); const $q = useQuasar(); const mixin = useCounterMixin(); const store = useOrganizational();