import React from 'react'; import SlackIcon from '../../../svg/slack-help.svg'; import { Popup } from 'UI'; function SupportCallout() { return (
); } export default SupportCallout;