import React from 'react'; import Search from './components/container/Search'; const App = () => (
); export default App;