diff --git a/src/Root.tsx b/src/Root.tsx index 2c85ad282b..d1281f3660 100644 --- a/src/Root.tsx +++ b/src/Root.tsx @@ -1,6 +1,10 @@ import { FC } from "react"; import Navigation from "components/Navigation"; -import { Application, QueuedNotification } from "@canonical/react-components"; +import { + Application, + QueuedNotification, + SkipLink, +} from "@canonical/react-components"; import { QueryClient, QueryClientProvider } from "@tanstack/react-query"; import { AuthProvider } from "context/auth"; import { EventQueueProvider } from "context/eventQueue"; @@ -33,6 +37,7 @@ const Root: FC = () => { + diff --git a/src/components/BaseLayout.tsx b/src/components/BaseLayout.tsx index 29cc94db2f..9e7cfd171c 100644 --- a/src/components/BaseLayout.tsx +++ b/src/components/BaseLayout.tsx @@ -17,7 +17,7 @@ const BaseLayout: FC = ({ contentClassName, }: Props) => { return ( - + = ({ contentClassName, }: Props) => { return ( - + {children}