adminforth 1.4.3-next.32 → 1.4.3-next.33
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -154,8 +154,8 @@
|
|
|
154
154
|
import { IconExclamationCircleSolid, IconEyeSlashSolid, IconEyeSolid } from '@iconify-prerendered/vue-flowbite';
|
|
155
155
|
import CustomDatePicker from "@/components/CustomDatePicker.vue";
|
|
156
156
|
import Select from '@/afcl/Select.vue';
|
|
157
|
-
import Tooltip from "./Tooltip.vue";
|
|
158
157
|
import { getCustomComponent } from '@/utils';
|
|
158
|
+
import { Tooltip } from '@/afcl';
|
|
159
159
|
|
|
160
160
|
|
|
161
161
|
const props = defineProps({
|