import { h } from 'preact'; import { Button } from '@crayons'; export const Close = () => { const Icon = () => ( Close the editor ); return (
); }; Close.displayName = 'Close';