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