diff --git a/data-fetching-starter/pages/index.js b/data-fetching-starter/pages/index.js index 81bb0db..b07be0b 100644 --- a/data-fetching-starter/pages/index.js +++ b/data-fetching-starter/pages/index.js @@ -1,4 +1,3 @@ -import Link from 'next/link' import Head from 'next/head' import Layout, { siteTitle } from '../components/Layout' import utilStyles from '../styles/utils.module.css' @@ -15,11 +14,6 @@ const Home = () => ( our Next.js tutorial.)
-