Skip to content

Commit c55adb9

Browse files
rvsiaHyperkid123
authored andcommitted
Import styles to create component mapper demo
1 parent b76a5d9 commit c55adb9

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)