import { h } from 'preact'; import { Icon, ButtonNew as Button } from '@crayons'; import { Close } from '@images/x.svg'; export const DefaultSelectionTemplate = ({ name, onEdit, onDeselect }) => (
);