File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,8 @@ <h1>HTML to JSX Compiler</h1>
20
20
< script src ="https://cdnjs.cloudflare.com/ajax/libs/react/15.0.1/react-dom.min.js "> </ script >
21
21
< script src ="https://cdnjs.cloudflare.com/ajax/libs/codemirror/3.21.0/codemirror.min.js "> </ script >
22
22
< script src ="https://cdnjs.cloudflare.com/ajax/libs/codemirror/3.20.0/mode/javascript/javascript.min.js "> </ script >
23
+ < script src ="https://cdn.jsdelivr.net/npm/create-react-class@15.6.0/create-react-class.min.js "> </ script >
24
+ < script src ="https://cdnjs.cloudflare.com/ajax/libs/prop-types/15.6.0/prop-types.min.js "> </ script >
23
25
< script src ="https://facebook.github.io/react/js/live_editor.js "> </ script >
24
26
< script src ="htmltojsx.min.js "> </ script >
25
27
< script src ="htmltojsx-component.js "> </ script >
You can’t perform that action at this time.
0 commit comments