feat: change center-component to components
This commit is contained in:
@@ -8,7 +8,7 @@ import { PrefixRedirect } from './modules/PrefixRedirect';
|
||||
import { UploadButton } from '../upload';
|
||||
import { FileDrawer } from './draw/FileDrawer';
|
||||
import { useResourceFileStore } from '../store/resource-file';
|
||||
import { IconButtonItem } from '@kevisual/center-components/button/index.tsx';
|
||||
import { IconButtonItem } from '@kevisual/components/button/index.tsx';
|
||||
export const FileApp = () => {
|
||||
const { getList, prefix, setListType, listType } = useResourceStore();
|
||||
const { getStatFile, prefix: statPrefix, openDrawer } = useResourceFileStore();
|
||||
|
||||
Reference in New Issue
Block a user