Merged PR 2238: refactor(newappeal): extract BuildCheckSection presentation components (Slice 5)
refactor(newappeal): extract BuildCheckSection presentation components (Slice 5) Related work items: #22586
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
const CheckSectionHeading = ({ title }) => {
|
||||
return <h1 className="govuk-heading-m">{title}</h1>;
|
||||
};
|
||||
|
||||
export default CheckSectionHeading;
|
||||
Reference in New Issue
Block a user