added back missing files

This commit is contained in:
2021-07-19 21:49:14 +01:00
parent 016c960720
commit de84da00c2
16 changed files with 610 additions and 192 deletions
-2
View File
@@ -76,8 +76,6 @@ const Home = (props) => {
// };
const mapStateToProps = (state) => {
console.log(state);
return {
search: state.search,
};