import React from 'react'; import { Icon } from '~/components/panels/Icon'; type Props = { onCancel: () => void, onSubmit: () => void, }; export const RendererPanel = ({ onCancel, onSubmit }: Props) => (