We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cd6285 commit df2332cCopy full SHA for df2332c
package.json
@@ -53,12 +53,7 @@
53
"react-dom": "^16.8.6",
54
"react-json-tree": "^0.11.2",
55
"react-router-dom": "^5.0.1",
56
-<<<<<<< HEAD
57
- "react-test-renderer": "^16.8.6",
58
- "redux-devtools-themes": "^1.0.0",
59
-=======
60
"react-select": "^3.0.4",
61
->>>>>>> c2249dad99b74725bef4d439c547588aa9d654ae
62
"sass": "^1.22.7"
63
}
64
src/app/components/Dropdown.jsx
@@ -1,5 +1,4 @@
1
import React from 'react';
2
-import Select from 'react-select';
3
import PropTypes from 'prop-types';
4
5
const Dropdown = (props) => {
0 commit comments