import React from 'react'; import { Stack, Text } from 'soapbox/components/ui'; const Blankslate = () => ( Search followers You can start a conversation with anyone that follows you. ); export default Blankslate;