Skip to content

Commit df2332c

Browse files
committed
deleted react-select from dropdown file
1 parent 7cd6285 commit df2332c

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

package.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,7 @@
5353
"react-dom": "^16.8.6",
5454
"react-json-tree": "^0.11.2",
5555
"react-router-dom": "^5.0.1",
56-
<<<<<<< HEAD
57-
"react-test-renderer": "^16.8.6",
58-
"redux-devtools-themes": "^1.0.0",
59-
=======
6056
"react-select": "^3.0.4",
61-
>>>>>>> c2249dad99b74725bef4d439c547588aa9d654ae
6257
"sass": "^1.22.7"
6358
}
6459
}

src/app/components/Dropdown.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import React from 'react';
2-
import Select from 'react-select';
32
import PropTypes from 'prop-types';
43

54
const Dropdown = (props) => {

0 commit comments

Comments
 (0)