import clsx from 'clsx'; const ActionPanelBody = ( { children, className = '' } ) => { return
{ children }
; }; export default ActionPanelBody;