Narrow shared component common ui imports
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user