diff --git a/src/client/src/Pages/WrapperLayout.tsx b/src/client/src/Pages/WrapperLayout.tsx index d37bb41..9125587 100644 --- a/src/client/src/Pages/WrapperLayout.tsx +++ b/src/client/src/Pages/WrapperLayout.tsx @@ -1,12 +1,14 @@ import Footer from "../components/Footer/Footer"; import Header from "../components/Header/Header"; +import SkipLinks from "../components/SkipLinks/SkipLinks"; import "./layout.css"; function WrapperLayout(props: { children: JSX.Element }) { return (
+
-
+
{props.children}