Skip to content

Commit 9583c25

Browse files
authored
Merge pull request #212 from rvsia/next-example-import-styles
Import styles to create component mapper demo
2 parents a5e67e5 + a7c611f commit 9583c25

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/react-renderer-demo/src/app/src/doc-components/component-mapper/form-fields-mapper.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
import React, { Fragment, useEffect } from 'react';
1+
import React, { Fragment } from 'react';
22
import FormRender, { layoutComponents, componentTypes } from '@data-driven-forms/react-form-renderer';
33

4+
import './form-fields-mapper-docs.css';
5+
46
const wrapperStyles = {
57
padding: 16,
68
borderRadius: 4,

0 commit comments

Comments
 (0)