From 6965cbdbf776f88005c21d87050bd301a395003d Mon Sep 17 00:00:00 2001
From: Shu Uesugi
Date: Sat, 28 Mar 2020 15:11:44 -0700
Subject: [PATCH] Remove unused link
---
data-fetching-starter/pages/index.js | 6 ------
1 file changed, 6 deletions(-)
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.)
-
)