diff --git a/examples/hello-world/pages/index.js b/examples/hello-world/pages/index.js index a5e64a34..3e5285f3 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