File tree Expand file tree Collapse file tree 3 files changed +92
-2548
lines changed Expand file tree Collapse file tree 3 files changed +92
-2548
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ import {
15
15
import HamburgerIcon from '@components/HamburgerIcon'
16
16
import SchoolOfCodeLogo from '@components/SchoolOfCodeLogo'
17
17
import { PomodoroTimer } from '@components/PomodoroTimer'
18
- // import { ConnectButton } from '@rainbow-me/rainbowkit'
19
18
20
19
function NavBar ( ) {
21
20
const router = useRouter ( )
Original file line number Diff line number Diff line change 20
20
"@emotion/react" : " ^11.10.6" ,
21
21
"@emotion/styled" : " ^11.10.6" ,
22
22
"@fontsource/inter" : " ^4.5.15" ,
23
- "@rainbow-me/rainbowkit" : " ^0.11.0" ,
24
23
"@vercel/analytics" : " ^0.1.10" ,
25
- "ethers" : " 5.x" ,
26
24
"framer-motion" : " ^10.0.0" ,
27
25
"next" : " 13.2.1" ,
28
26
"next-i18next" : " ^13.1.5" ,
29
27
"next-seo" : " ^5.15.0" ,
30
28
"react" : " 18.2.0" ,
31
29
"react-dom" : " 18.2.0" ,
32
- "react-icons" : " ^4.7.1" ,
33
- "wagmi" : " ^0.11.7"
30
+ "react-icons" : " ^4.7.1"
34
31
},
35
32
"devDependencies" : {
36
33
"@babel/core" : " ^7.21.0" ,
You can’t perform that action at this time.
0 commit comments