Skip to content

Commit a7c611f

Browse files
committed
Import styles to create component mapper demo
1 parent fac3fc5 commit a7c611f

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)