fixing remove import file

This commit is contained in:
Warunee Tamkoo 2024-11-21 16:58:49 +07:00
parent e541bbb6d2
commit ed683d0bb3
24 changed files with 201 additions and 831 deletions

View file

@ -8,7 +8,7 @@ import http from "@/plugins/http";
import config from "@/app.config";
/** impotrType */
import type { DataOption } from "@/modules/04_registry/components/profileType";
import type { DataOption } from "@/modules/07_insignia/interface/index/Main";
/** impotrComponents */
import DialogHeader from "@/components/DialogHeader.vue";