diff --git a/examples/fivethirtyeight/pages/index.tsx b/examples/fivethirtyeight/pages/index.tsx index 86155852..fd01424d 100644 --- a/examples/fivethirtyeight/pages/index.tsx +++ b/examples/fivethirtyeight/pages/index.tsx @@ -3,6 +3,7 @@ import { Inter } from 'next/font/google'; import { format } from 'timeago.js'; import { promises as fs } from 'fs'; import path from 'path'; +import { NextSeo } from 'next-seo'; const inter = Inter({ subsets: ['latin'] }); @@ -31,9 +32,7 @@ export function MobileItem({ dataset }: { dataset: Dataset }) { return (