diff --git a/web/pages/labs/index.tsx b/web/pages/labs/index.tsx index bb02c2b5..6fd15b95 100644 --- a/web/pages/labs/index.tsx +++ b/web/pages/labs/index.tsx @@ -2,12 +2,18 @@ import { CHALLENGES_ENABLED } from 'common/challenge' import Masonry from 'react-masonry-css' import { Col } from 'web/components/layout/col' import { Page } from 'web/components/page' +import { SEO } from 'web/components/SEO' import { SiteLink } from 'web/components/site-link' import { Title } from 'web/components/title' export default function LabsPage() { return ( +