import React from 'react'; import { ChatProvider } from 'soapbox/contexts/chat-context'; import ChatPane from './chat-pane'; const ChatWidget = () => { return ( ); }; export default ChatWidget;