import React from 'react'; import Search from './components/presentational/Search'; const App = () => (
{}} results={[ { type: 's', name: '18561' }, ]} />
); export default App;