Skip to content

Commit

Permalink
Removed import
Browse files Browse the repository at this point in the history
  • Loading branch information
lfades committed Feb 18, 2020
1 parent 3f691ea commit 128f1f8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .eslintrc.json
Expand Up @@ -76,7 +76,11 @@
}
},
{
"files": ["test/**/*", "examples/**/*"],
"files": [
"test/**/*",
"examples/**/*",
"packages/create-next-app/templates/**/*"
],
"rules": { "react/react-in-jsx-scope": "off" }
}
],
Expand Down
1 change: 0 additions & 1 deletion packages/create-next-app/templates/default/pages/index.js
@@ -1,4 +1,3 @@
import React from 'react'
import Head from 'next/head'

const Home = () => (
Expand Down

0 comments on commit 128f1f8

Please sign in to comment.