diff --git a/examples/hello-world/pages/about.js b/examples/hello-world/pages/about.js index 759018a03018877daf45a5c526153fba5907f7f3..e5db962136407a96a9b3458b95f16f4776831423 100644 --- a/examples/hello-world/pages/about.js +++ b/examples/hello-world/pages/about.js @@ -1,4 +1,3 @@ -import React from 'react' export default () => (
About us
)