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