feat: add styled-components (#1126)

This commit is contained in:
Aman Harwara
2022-06-21 12:49:30 +05:30
committed by GitHub
parent 49bb5c2001
commit 946d50b5df
3 changed files with 14 additions and 13 deletions

View File

@@ -77,7 +77,8 @@
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dnd-touch-backend": "^16.0.1",
"react-dom": "^18.1.0"
"react-dom": "^18.1.0",
"styled-components": "^5.3.5"
},
"lint-staged": {
"app/**/*.{js,ts,jsx,tsx}": "eslint --cache --fix",