import { Card } from '@automattic/components'; import clsx from 'clsx'; import './style.scss'; const ActionPanel = ( { children, className = '' } ) => { return { children }; }; export default ActionPanel;