pagination between sections

This commit is contained in:
2021-07-08 17:17:12 +01:00
parent 878940a6d5
commit e52dc6f52f
2 changed files with 58 additions and 20 deletions
+5 -1
View File
@@ -80,7 +80,11 @@ const Home = (props) => {
<div className="govuk-width-container">
<Banner />
<Breadcrumbs slug={appealtypes} />
{Sections}
<BuildSection
formXML={formXML}
sectionCount={sectionCount}
/>
</div>
<Footer footerLinks={footerLinks} />
</div>