import React from 'react'; import { Stack, Text } from 'soapbox/components/ui'; const EmptyResultsBlankslate = () => ( No matches found Try searching for another name. ); export default EmptyResultsBlankslate;