Skip to content

Commit 522bae7

Browse files
committed
delete doublon import
1 parent 4cc5910 commit 522bae7

File tree

5 files changed

+16
-26
lines changed

5 files changed

+16
-26
lines changed

package-lock.json

Lines changed: 0 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,28 +33,25 @@
3333
"gatsby-plugin-sharp": "^4.12.1",
3434
"gatsby-source-filesystem": "^4.12.1",
3535
"gatsby-transformer-sharp": "^4.12.1",
36-
"nes.css": "^2.3.0",
3736
"react": "^18.0.0",
3837
"react-dom": "^18.0.0",
3938
"react-helmet": "^6.1.0",
4039
"sass": "^1.50.0"
4140
},
4241
"devDependencies": {
43-
"@types/node": "^17.0.25",
42+
"@babel/core": "^7.17.9",
43+
"@babel/eslint-parser": "^7.17.0",
4444
"@types/node": "^17.0.24",
4545
"@types/react": "^18.0.5",
4646
"@types/react-dom": "^18.0.1",
4747
"@types/react-helmet": "^6.1.5",
48+
"@typescript-eslint/eslint-plugin": "^5.20.0",
49+
"@typescript-eslint/parser": "^5.20.0",
4850
"babel-preset-gatsby": "^2.12.1",
4951
"eslint": "^8.13.0",
5052
"eslint-config-prettier": "^8.5.0",
5153
"eslint-plugin-prettier": "^4.0.0",
5254
"eslint-plugin-react": "^7.29.4",
53-
"@babel/core": "^7.17.9",
54-
"@babel/eslint-parser": "^7.17.0",
55-
"@typescript-eslint/eslint-plugin": "^5.20.0",
56-
"@typescript-eslint/parser": "^5.20.0",
57-
"typescript": "^4.6.3",
5855
"husky": "^7.0.4",
5956
"pinst": "^3.0.0",
6057
"prettier": "2.6.2",

src/components/Layout/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import * as React from "react"
22

33
import Social from "../Social"
44

5-
import "nes.css/css/nes.min.css"
5+
import "../../styles/nes.min.css"
66
import "../../styles/reset.css"
77
import "../../styles/styles.scss"
88

src/pages/index.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@ import Topic from "../components/Topic"
99
import Showcase from "../components/Showcase"
1010
import IconList from "../components/IconList"
1111

12-
import "nes.css/css/nes.min.css"
13-
import "../styles/reset.css"
14-
import "../styles/styles.scss"
15-
1612
type DataProps = {
1713
site: {
1814
siteMetadata: {

src/styles/nes.min.css

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)