Skip to content

Commit 1747c75

Browse files
arati-1gaearon
authored andcommitted
Update createFactory.md
1 parent 97555b1 commit 1747c75

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

beta/src/content/apis/react/createFactory.md

-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ In this example, we can render a React element of the `type` `button`.
3030

3131
``` js App.js
3232
import React from 'react';
33-
import { render } from 'react-dom';
3433

3534
const MyButton = () =>
3635
(React.createFactory("button"))({

0 commit comments

Comments
 (0)