Skip to content

Commit 193f0f6

Browse files
committed
Remove unused RainbowKit and other deps
1 parent 6538969 commit 193f0f6

File tree

3 files changed

+92
-2548
lines changed

3 files changed

+92
-2548
lines changed

components/NavBar.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ import {
1515
import HamburgerIcon from '@components/HamburgerIcon'
1616
import SchoolOfCodeLogo from '@components/SchoolOfCodeLogo'
1717
import { PomodoroTimer } from '@components/PomodoroTimer'
18-
// import { ConnectButton } from '@rainbow-me/rainbowkit'
1918

2019
function NavBar() {
2120
const router = useRouter()

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,14 @@
2020
"@emotion/react": "^11.10.6",
2121
"@emotion/styled": "^11.10.6",
2222
"@fontsource/inter": "^4.5.15",
23-
"@rainbow-me/rainbowkit": "^0.11.0",
2423
"@vercel/analytics": "^0.1.10",
25-
"ethers": "5.x",
2624
"framer-motion": "^10.0.0",
2725
"next": "13.2.1",
2826
"next-i18next": "^13.1.5",
2927
"next-seo": "^5.15.0",
3028
"react": "18.2.0",
3129
"react-dom": "18.2.0",
32-
"react-icons": "^4.7.1",
33-
"wagmi": "^0.11.7"
30+
"react-icons": "^4.7.1"
3431
},
3532
"devDependencies": {
3633
"@babel/core": "^7.21.0",

0 commit comments

Comments
 (0)