Skip to content

Commit

Permalink
fix: 修复 ts 引入错误
Browse files Browse the repository at this point in the history
  • Loading branch information
2betop committed Oct 22, 2024
1 parent be91702 commit b93292c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/amis/src/renderers/Table2/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ import type {
RowSelectionProps,
ExpandableProps,
AutoFillHeightObject
} from 'amis-ui/lib/components/table';
} from 'amis-ui/lib/components/table/index';
import {
BaseSchema,
SchemaObject,
Expand Down

0 comments on commit b93292c

Please sign in to comment.