import React from 'react'; import { Icon } from 'UI'; import cn from 'classnames' function Footer({ isSetup }: { isSetup?: boolean }) { return (
Troubleshooting guide Ask slack community Raise an issue
); } export default Footer;