Skip to content

Commit

Permalink
upgrade docs
Browse files Browse the repository at this point in the history
  • Loading branch information
SSSensational committed Sep 2, 2024
1 parent 26e3d9f commit bc23956
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev-examples/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"preview": "vite preview"
},
"dependencies": {
"@cfxjs/use-wallet-react": "0.0.1-16",
"@cfxjs/use-wallet-react": "0.0.2-6",
"@react-spring/web": "^9.4.5",
"clsx": "^1.1.1",
"custom-keyboard": "^0.0.0",
Expand Down
2 changes: 1 addition & 1 deletion dev-examples/docs/src/main.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import ReactDOM from 'react-dom/client';
import Router from '@router/index';
import { completeDetect as completeDetectConflux } from '@cfxjs/use-wallet-react/conflux';
import { completeDetect as completeDetectEthereum } from '@cfxjs/use-wallet-react/ethereum';
import { completeDetect as completeDetectEthereum } from '@cfxjs/use-wallet-react/ethereum/Fluent';
import 'custom-react-scrollbar/dist/style.css';
import './index.css';

Expand Down

0 comments on commit bc23956

Please sign in to comment.