diff --git a/pages/index.js b/pages/index.js
index 3d2a6ee1..1651811a 100644
--- a/pages/index.js
+++ b/pages/index.js
@@ -1,4 +1,4 @@
-import Link from 'next/link'
+import Link from 'next/link';
const Index = () => (
Hello World.{' '}
@@ -6,5 +6,5 @@ const Index = () => (
About