fix: impoer external components
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { exportJsonToExcel } from '@/utils/excel-reader';
|
||||
import { exportJsonToExcel } from '@gpustack/core-ui/excel';
|
||||
|
||||
const useExportData = (params: { columns: any[] }) => {
|
||||
const { columns } = params;
|
||||
|
||||
Reference in New Issue
Block a user