diff --git a/components/landing/TocLanding.tsx b/components/landing/TocLanding.tsx index c3ef318730..f626170a50 100644 --- a/components/landing/TocLanding.tsx +++ b/components/landing/TocLanding.tsx @@ -1,5 +1,3 @@ -import { Grid } from '@primer/components' - import { DefaultLayout } from 'components/DefaultLayout' import { TableOfContents } from 'components/landing/TableOfContents' import { ArticleVersionPicker } from 'components/article/ArticleVersionPicker' @@ -24,11 +22,7 @@ export const TocLanding = () => { - +
{title} @@ -49,7 +43,7 @@ export const TocLanding = () => {
- +
)