refactor(newappeal): extract BuildCheckSection presentation components (Slice 5) Related work items: #22586
6 lines
148 B
JavaScript
6 lines
148 B
JavaScript
const SectionReviewList = ({ children }) => {
|
|
return <dl className="govuk-summary-list ">{children}</dl>;
|
|
};
|
|
|
|
export default SectionReviewList;
|