Skip to content

Commit 07634d4

Browse files
committed
Fix mui import in demo
1 parent b968f04 commit 07634d4

File tree

1 file changed

+1
-1
lines changed
  • packages/mui-component-mapper/demo

1 file changed

+1
-1
lines changed

packages/mui-component-mapper/demo/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import fieldArraySchema from './demo-schemas/field-array-schema';
1212

1313
import Button from '@material-ui/core/Button';
1414
import wizardSchema from './demo-schemas/wizard-schema';
15-
import validatorTypes from '@data-driven-forms/react-form-renderer/dist/cjs/validator-types';
15+
import validatorTypes from '@data-driven-forms/react-form-renderer/validator-types';
1616

1717
const theme = createMuiTheme({
1818
typography: {

0 commit comments

Comments
 (0)