Skip to content

Commit

Permalink
site: import react in demos (#1116)
Browse files Browse the repository at this point in the history
  • Loading branch information
gin-lsl authored Aug 27, 2024
1 parent e4a4b81 commit 845e70d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/web3/src/pay-panel/demos/basic.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import React from 'react';
import { PayPanel } from '@ant-design/web3';
import {
BSC,
Expand Down
1 change: 1 addition & 0 deletions packages/web3/src/pay-panel/demos/useGasRender.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import React from 'react';
import { PayPanel } from '@ant-design/web3';
import {
BSC,
Expand Down

0 comments on commit 845e70d

Please sign in to comment.