Skip to content

Commit

Permalink
修复编译报错
Browse files Browse the repository at this point in the history
  • Loading branch information
nwind committed Feb 27, 2024
1 parent 5072f74 commit f67d344
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/amis/src/renderers/Container.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ import {
isPureVariable,
resolveVariableAndFilter,
CustomStyle,
setThemeClassName
setThemeClassName,
buildTestId
} from 'amis-core';
import {DndContainer as DndWrapper} from 'amis-ui';
import {BaseSchema, SchemaClassName, SchemaCollection} from '../Schema';
Expand Down

0 comments on commit f67d344

Please sign in to comment.