import React from 'react' import { FormNonCompound, RichTextEditor } from '@toptal/picasso-forms' const Example = () => { return ( {}}> ) } export default Example