refactor(newappeal): extract BuildCheckSection presentation components (Slice 5) Related work items: #22586
6 lines
151 B
JavaScript
6 lines
151 B
JavaScript
const SubmitActionsPanel = ({ children }) => {
|
|
return <div className="govuk-button-group">{children}</div>;
|
|
};
|
|
|
|
export default SubmitActionsPanel;
|