refactor(newappeal): extract BuildSection presentation components (Slice 4) Related work items: #22583
6 lines
155 B
JavaScript
6 lines
155 B
JavaScript
const PrimaryActionButtons = ({ children }) => {
|
|
return <div className="govuk-button-group">{children}</div>;
|
|
};
|
|
|
|
export default PrimaryActionButtons;
|