Narrow shared component common ui imports

This commit is contained in:
2026-06-09 14:53:32 +08:00
parent ed63f43839
commit a5b4492f8f
8 changed files with 10 additions and 10 deletions
@@ -1,11 +1,11 @@
<script lang="ts" setup generic="T extends Record<string, any>">
import type { VbenFormProps } from '@vben/common-ui';
import type { VbenFormProps } from '@vben-core/form-ui';
import type { PaginationProps } from './types';
import { computed, nextTick, onMounted, onUnmounted, ref, watch } from 'vue';
import { useVbenForm } from '@vben/common-ui';
import { useVbenForm } from '@vben-core/form-ui';
import { LayoutGrid, List, RefreshCw } from '@vben/icons';
import {