import React from "react"; const NoResults = () => { return (

¯\_(ツ)_/¯

Nothing found.

); }; export default NoResults;