From dcf1187f58145bc8e6cb7a94977297113d3d670e Mon Sep 17 00:00:00 2001 From: Guillermo Rauch Date: Tue, 20 Dec 2016 12:34:42 -0800 Subject: [PATCH] Update index.js --- examples/hello-world/pages/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/hello-world/pages/index.js b/examples/hello-world/pages/index.js index a5e64a3494..3e5285f3b2 100644 --- a/examples/hello-world/pages/index.js +++ b/examples/hello-world/pages/index.js @@ -1,4 +1,3 @@ -import React from 'react' import Link from 'next/link' export default () => (
Hello World. About