updated api mocks and new appeal pages

This commit is contained in:
2021-07-07 12:53:07 +01:00
parent 6fe41c209e
commit c1e69c945f
24 changed files with 17397 additions and 3025 deletions
+11
View File
@@ -0,0 +1,11 @@
export default function SkipLink(props) {
return (
<div id="skiplink-container">
<div>
<a href="#main-content" className="skiplink govuk-link">
Skip to main content
</a>
</div>
</div>
);
}