import React from 'react'; import './style.scss'; const SearchResults = () => (

Search results go here

); export default SearchResults;