Skip to content

Instantly share code, notes, and snippets.

View tvaisanen's full-sized avatar

Toni Väisänen tvaisanen

View GitHub Profile
import React from 'react';
import {connect} from 'react-redux';
import {
SearchBlock
} from "./search-form.styled";
import { makeSearch } from "./search-form.actions";
const SearchForm = (props) => {