Skip to content

Commit

Permalink
docs: tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm committed Oct 14, 2024
1 parent 8032681 commit 7282143
Show file tree
Hide file tree
Showing 63 changed files with 64 additions and 64 deletions.
2 changes: 1 addition & 1 deletion site/react/api/hooks/useAccount.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ import { type UseAccountParameters } from 'wagmi'

`Config | undefined`

[`Config`](/react/api/createConfig#config) to use instead of retrieving from the from nearest [`WagmiProvider`](/react/api/WagmiProvider).
[`Config`](/react/api/createConfig#config) to use instead of retrieving from the nearest [`WagmiProvider`](/react/api/WagmiProvider).

::: code-group
```tsx [index.tsx]
Expand Down
2 changes: 1 addition & 1 deletion site/react/api/hooks/useAccountEffect.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ import { type UseAccountEffectParameters } from 'wagmi'

`Config | undefined`

[`Config`](/react/api/createConfig#config) to use instead of retrieving from the from nearest [`WagmiProvider`](/react/api/WagmiProvider).
[`Config`](/react/api/createConfig#config) to use instead of retrieving from the nearest [`WagmiProvider`](/react/api/WagmiProvider).

::: code-group
```tsx [index.tsx]
Expand Down
2 changes: 1 addition & 1 deletion site/react/api/hooks/useBalance.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ function App() {

`Config | undefined`

[`Config`](/react/api/createConfig#config) to use instead of retrieving from the from nearest [`WagmiProvider`](/react/api/WagmiProvider).
[`Config`](/react/api/createConfig#config) to use instead of retrieving from the nearest [`WagmiProvider`](/react/api/WagmiProvider).

::: code-group
```tsx [index.tsx]
Expand Down
2 changes: 1 addition & 1 deletion site/react/api/hooks/useBlock.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ function App() {

`Config | undefined`

[`Config`](/react/api/createConfig#config) to use instead of retrieving from the from nearest [`WagmiProvider`](/react/api/WagmiProvider).
[`Config`](/react/api/createConfig#config) to use instead of retrieving from the nearest [`WagmiProvider`](/react/api/WagmiProvider).

::: code-group
```tsx [index.tsx]
Expand Down
2 changes: 1 addition & 1 deletion site/react/api/hooks/useBlockNumber.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ function App() {

`Config | undefined`

[`Config`](/react/api/createConfig#config) to use instead of retrieving from the from nearest [`WagmiProvider`](/react/api/WagmiProvider).
[`Config`](/react/api/createConfig#config) to use instead of retrieving from the nearest [`WagmiProvider`](/react/api/WagmiProvider).

::: code-group
```tsx [index.tsx]
Expand Down
2 changes: 1 addition & 1 deletion site/react/api/hooks/useBlockTransactionCount.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ function App() {

`Config | undefined`

[`Config`](/react/api/createConfig#config) to use instead of retrieving from the from nearest [`WagmiProvider`](/react/api/WagmiProvider).
[`Config`](/react/api/createConfig#config) to use instead of retrieving from the nearest [`WagmiProvider`](/react/api/WagmiProvider).

::: code-group
```tsx [index.tsx]
Expand Down
2 changes: 1 addition & 1 deletion site/react/api/hooks/useBytecode.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ function App() {

`Config | undefined`

[`Config`](/react/api/createConfig#config) to use instead of retrieving from the from nearest [`WagmiProvider`](/react/api/WagmiProvider).
[`Config`](/react/api/createConfig#config) to use instead of retrieving from the nearest [`WagmiProvider`](/react/api/WagmiProvider).

::: code-group
```tsx [index.tsx]
Expand Down
2 changes: 1 addition & 1 deletion site/react/api/hooks/useCall.md
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ function App() {

`Config | undefined`

[`Config`](/react/api/createConfig#config) to use instead of retrieving from the from nearest [`WagmiProvider`](/react/api/WagmiProvider).
[`Config`](/react/api/createConfig#config) to use instead of retrieving from the nearest [`WagmiProvider`](/react/api/WagmiProvider).

::: code-group
```tsx [index.tsx]
Expand Down
2 changes: 1 addition & 1 deletion site/react/api/hooks/useCallsStatus.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ import { type UseCallsStatusParameters } from 'wagmi/experimental'

`Config | undefined`

[`Config`](/react/api/createConfig#config) to use instead of retrieving from the from nearest [`WagmiProvider`](/react/api/WagmiProvider).
[`Config`](/react/api/createConfig#config) to use instead of retrieving from the nearest [`WagmiProvider`](/react/api/WagmiProvider).

::: code-group
```tsx [index.tsx]
Expand Down
2 changes: 1 addition & 1 deletion site/react/api/hooks/useCapabilities.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ const status = await useCapabilities({

`Config | undefined`

[`Config`](/react/api/createConfig#config) to use instead of retrieving from the from nearest [`WagmiProvider`](/react/api/WagmiProvider).
[`Config`](/react/api/createConfig#config) to use instead of retrieving from the nearest [`WagmiProvider`](/react/api/WagmiProvider).

::: code-group
```tsx [index.tsx]
Expand Down
2 changes: 1 addition & 1 deletion site/react/api/hooks/useChainId.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ import { type UseChainIdParameters } from 'wagmi'

`Config | undefined`

[`Config`](/react/api/createConfig#config) to use instead of retrieving from the from nearest [`WagmiProvider`](/react/api/WagmiProvider).
[`Config`](/react/api/createConfig#config) to use instead of retrieving from the nearest [`WagmiProvider`](/react/api/WagmiProvider).

::: code-group
```tsx [index.tsx]
Expand Down
2 changes: 1 addition & 1 deletion site/react/api/hooks/useChains.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ import { type UseChainsParameters } from 'wagmi'

`Config | undefined`

[`Config`](/react/api/createConfig#config) to use instead of retrieving from the from nearest [`WagmiProvider`](/react/api/WagmiProvider).
[`Config`](/react/api/createConfig#config) to use instead of retrieving from the nearest [`WagmiProvider`](/react/api/WagmiProvider).

::: code-group
```tsx [index.tsx]
Expand Down
2 changes: 1 addition & 1 deletion site/react/api/hooks/useClient.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ function App() {

`Config | undefined`

[`Config`](/react/api/createConfig#config) to use instead of retrieving from the from nearest [`WagmiProvider`](/react/api/WagmiProvider).
[`Config`](/react/api/createConfig#config) to use instead of retrieving from the nearest [`WagmiProvider`](/react/api/WagmiProvider).

::: code-group
```tsx [index.tsx]
Expand Down
2 changes: 1 addition & 1 deletion site/react/api/hooks/useConnect.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ import { type UseConnectParameters } from 'wagmi'

`Config | undefined`

[`Config`](/react/api/createConfig#config) to use instead of retrieving from the from nearest [`WagmiProvider`](/react/api/WagmiProvider).
[`Config`](/react/api/createConfig#config) to use instead of retrieving from the nearest [`WagmiProvider`](/react/api/WagmiProvider).

::: code-group
```tsx [index.tsx]
Expand Down
2 changes: 1 addition & 1 deletion site/react/api/hooks/useConnections.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ import { type UseConnectionsParameters } from 'wagmi'

`Config | undefined`

[`Config`](/react/api/createConfig#config) to use instead of retrieving from the from nearest [`WagmiProvider`](/react/api/WagmiProvider).
[`Config`](/react/api/createConfig#config) to use instead of retrieving from the nearest [`WagmiProvider`](/react/api/WagmiProvider).

::: code-group
```tsx [index.tsx]
Expand Down
2 changes: 1 addition & 1 deletion site/react/api/hooks/useConnectorClient.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ function App() {

`Config | undefined`

[`Config`](/react/api/createConfig#config) to use instead of retrieving from the from nearest [`WagmiProvider`](/react/api/WagmiProvider).
[`Config`](/react/api/createConfig#config) to use instead of retrieving from the nearest [`WagmiProvider`](/react/api/WagmiProvider).

::: code-group
```tsx [index.tsx]
Expand Down
2 changes: 1 addition & 1 deletion site/react/api/hooks/useDeployContract.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ import { type useDeployContractParameters } from 'wagmi'

`Config | undefined`

[`Config`](/react/api/createConfig#config) to use instead of retrieving from the from nearest [`WagmiProvider`](/react/api/WagmiProvider).
[`Config`](/react/api/createConfig#config) to use instead of retrieving from the nearest [`WagmiProvider`](/react/api/WagmiProvider).

::: code-group
```tsx [index.tsx]
Expand Down
2 changes: 1 addition & 1 deletion site/react/api/hooks/useDisconnect.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ import { type UseDisconnectParameters } from 'wagmi'

`Config | undefined`

[`Config`](/react/api/createConfig#config) to use instead of retrieving from the from nearest [`WagmiProvider`](/react/api/WagmiProvider).
[`Config`](/react/api/createConfig#config) to use instead of retrieving from the nearest [`WagmiProvider`](/react/api/WagmiProvider).

::: code-group
```tsx [index.tsx]
Expand Down
2 changes: 1 addition & 1 deletion site/react/api/hooks/useEnsAddress.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ function App() {

`Config | undefined`

[`Config`](/react/api/createConfig#config) to use instead of retrieving from the from nearest [`WagmiProvider`](/react/api/WagmiProvider).
[`Config`](/react/api/createConfig#config) to use instead of retrieving from the nearest [`WagmiProvider`](/react/api/WagmiProvider).

::: code-group
```tsx [index.tsx]
Expand Down
2 changes: 1 addition & 1 deletion site/react/api/hooks/useEnsAvatar.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ function App() {

`Config | undefined`

[`Config`](/react/api/createConfig#config) to use instead of retrieving from the from nearest [`WagmiProvider`](/react/api/WagmiProvider).
[`Config`](/react/api/createConfig#config) to use instead of retrieving from the nearest [`WagmiProvider`](/react/api/WagmiProvider).

::: code-group
```tsx [index.tsx]
Expand Down
2 changes: 1 addition & 1 deletion site/react/api/hooks/useEnsName.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ function App() {

`Config | undefined`

[`Config`](/react/api/createConfig#config) to use instead of retrieving from the from nearest [`WagmiProvider`](/react/api/WagmiProvider).
[`Config`](/react/api/createConfig#config) to use instead of retrieving from the nearest [`WagmiProvider`](/react/api/WagmiProvider).

::: code-group
```tsx [index.tsx]
Expand Down
2 changes: 1 addition & 1 deletion site/react/api/hooks/useEnsResolver.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ function App() {

`Config | undefined`

[`Config`](/react/api/createConfig#config) to use instead of retrieving from the from nearest [`WagmiProvider`](/react/api/WagmiProvider).
[`Config`](/react/api/createConfig#config) to use instead of retrieving from the nearest [`WagmiProvider`](/react/api/WagmiProvider).

::: code-group
```tsx [index.tsx]
Expand Down
2 changes: 1 addition & 1 deletion site/react/api/hooks/useEnsText.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ function App() {

`Config | undefined`

[`Config`](/react/api/createConfig#config) to use instead of retrieving from the from nearest [`WagmiProvider`](/react/api/WagmiProvider).
[`Config`](/react/api/createConfig#config) to use instead of retrieving from the nearest [`WagmiProvider`](/react/api/WagmiProvider).

::: code-group
```tsx [index.tsx]
Expand Down
2 changes: 1 addition & 1 deletion site/react/api/hooks/useEstimateFeesPerGas.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ function App() {

`Config | undefined`

[`Config`](/react/api/createConfig#config) to use instead of retrieving from the from nearest [`WagmiProvider`](/react/api/WagmiProvider).
[`Config`](/react/api/createConfig#config) to use instead of retrieving from the nearest [`WagmiProvider`](/react/api/WagmiProvider).

::: code-group
```tsx [index.tsx]
Expand Down
2 changes: 1 addition & 1 deletion site/react/api/hooks/useEstimateMaxPriorityFeePerGas.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ function App() {

`Config | undefined`

[`Config`](/react/api/createConfig#config) to use instead of retrieving from the from nearest [`WagmiProvider`](/react/api/WagmiProvider).
[`Config`](/react/api/createConfig#config) to use instead of retrieving from the nearest [`WagmiProvider`](/react/api/WagmiProvider).

::: code-group
```tsx [index.tsx]
Expand Down
2 changes: 1 addition & 1 deletion site/react/api/hooks/useFeeHistory.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ function App() {

`Config | undefined`

[`Config`](/react/api/createConfig#config) to use instead of retrieving from the from nearest [`WagmiProvider`](/react/api/WagmiProvider).
[`Config`](/react/api/createConfig#config) to use instead of retrieving from the nearest [`WagmiProvider`](/react/api/WagmiProvider).

::: code-group
```tsx [index.tsx]
Expand Down
2 changes: 1 addition & 1 deletion site/react/api/hooks/useGasPrice.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ function App() {

`Config | undefined`

[`Config`](/react/api/createConfig#config) to use instead of retrieving from the from nearest [`WagmiProvider`](/react/api/WagmiProvider).
[`Config`](/react/api/createConfig#config) to use instead of retrieving from the nearest [`WagmiProvider`](/react/api/WagmiProvider).

::: code-group
```tsx [index.tsx]
Expand Down
4 changes: 2 additions & 2 deletions site/react/api/hooks/usePrepareTransactionRequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ function App() {

`bigint | undefined`

The transaction recipient or contract address.
Value in wei sent with this transaction.

::: code-group
```tsx [index.tsx]
Expand All @@ -307,7 +307,7 @@ function App() {

`Config | undefined`

[`Config`](/react/api/createConfig#config) to use instead of retrieving from the from nearest [`WagmiProvider`](/react/api/WagmiProvider).
[`Config`](/react/api/createConfig#config) to use instead of retrieving from the nearest [`WagmiProvider`](/react/api/WagmiProvider).

::: code-group
```tsx [index.tsx]
Expand Down
2 changes: 1 addition & 1 deletion site/react/api/hooks/useProof.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ function App() {

`Config | undefined`

[`Config`](/react/api/createConfig#config) to use instead of retrieving from the from nearest [`WagmiProvider`](/react/api/WagmiProvider).
[`Config`](/react/api/createConfig#config) to use instead of retrieving from the nearest [`WagmiProvider`](/react/api/WagmiProvider).

::: code-group
```tsx [index.tsx]
Expand Down
2 changes: 1 addition & 1 deletion site/react/api/hooks/usePublicClient.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ function App() {

`Config | undefined`

[`Config`](/react/api/createConfig#config) to use instead of retrieving from the from nearest [`WagmiProvider`](/react/api/WagmiProvider).
[`Config`](/react/api/createConfig#config) to use instead of retrieving from the nearest [`WagmiProvider`](/react/api/WagmiProvider).

::: code-group
```tsx [index.tsx]
Expand Down
2 changes: 1 addition & 1 deletion site/react/api/hooks/useReadContract.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ function App() {

`Config | undefined`

[`Config`](/react/api/createConfig#config) to use instead of retrieving from the from nearest [`WagmiProvider`](/react/api/WagmiProvider).
[`Config`](/react/api/createConfig#config) to use instead of retrieving from the nearest [`WagmiProvider`](/react/api/WagmiProvider).

::: code-group
```tsx [index.tsx]
Expand Down
2 changes: 1 addition & 1 deletion site/react/api/hooks/useReadContracts.md
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ function App() {

`Config | undefined`

[`Config`](/react/api/createConfig#config) to use instead of retrieving from the from nearest [`WagmiProvider`](/react/api/WagmiProvider).
[`Config`](/react/api/createConfig#config) to use instead of retrieving from the nearest [`WagmiProvider`](/react/api/WagmiProvider).

::: code-group
```tsx [index.tsx]
Expand Down
2 changes: 1 addition & 1 deletion site/react/api/hooks/useReconnect.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ import { type UseReconnectParameters } from 'wagmi'

`Config | undefined`

[`Config`](/react/api/createConfig#config) to use instead of retrieving from the from nearest [`WagmiProvider`](/react/api/WagmiProvider).
[`Config`](/react/api/createConfig#config) to use instead of retrieving from the nearest [`WagmiProvider`](/react/api/WagmiProvider).

::: code-group
```tsx [index.tsx]
Expand Down
2 changes: 1 addition & 1 deletion site/react/api/hooks/useSendCalls.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ import { type UseSendCallsParameters } from 'wagmi/experimental'

`Config | undefined`

[`Config`](/react/api/createConfig#config) to use instead of retrieving from the from nearest [`WagmiProvider`](/react/api/WagmiProvider).
[`Config`](/react/api/createConfig#config) to use instead of retrieving from the nearest [`WagmiProvider`](/react/api/WagmiProvider).

::: code-group
```tsx [index.tsx]
Expand Down
2 changes: 1 addition & 1 deletion site/react/api/hooks/useSendTransaction.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ import { type UseSendTransactionParameters } from 'wagmi'

`Config | undefined`

[`Config`](/react/api/createConfig#config) to use instead of retrieving from the from nearest [`WagmiProvider`](/react/api/WagmiProvider).
[`Config`](/react/api/createConfig#config) to use instead of retrieving from the nearest [`WagmiProvider`](/react/api/WagmiProvider).

::: code-group
```tsx [index.tsx]
Expand Down
2 changes: 1 addition & 1 deletion site/react/api/hooks/useShowCallsStatus.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ import { type UseShowCallsStatusParameters } from 'wagmi/experimental'

`Config | undefined`

[`Config`](/react/api/createConfig#config) to use instead of retrieving from the from nearest [`WagmiProvider`](/react/api/WagmiProvider).
[`Config`](/react/api/createConfig#config) to use instead of retrieving from the nearest [`WagmiProvider`](/react/api/WagmiProvider).

::: code-group
```tsx [index.tsx]
Expand Down
2 changes: 1 addition & 1 deletion site/react/api/hooks/useSignMessage.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ import { type UseSignMessageParameters } from 'wagmi'

`Config | undefined`

[`Config`](/react/api/createConfig#config) to use instead of retrieving from the from nearest [`WagmiProvider`](/react/api/WagmiProvider).
[`Config`](/react/api/createConfig#config) to use instead of retrieving from the nearest [`WagmiProvider`](/react/api/WagmiProvider).

::: code-group
```tsx [index.tsx]
Expand Down
2 changes: 1 addition & 1 deletion site/react/api/hooks/useSignTypedData.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ import { type UseSignTypedDataParameters } from 'wagmi'

`Config | undefined`

[`Config`](/react/api/createConfig#config) to use instead of retrieving from the from nearest [`WagmiProvider`](/react/api/WagmiProvider).
[`Config`](/react/api/createConfig#config) to use instead of retrieving from the nearest [`WagmiProvider`](/react/api/WagmiProvider).

::: code-group
```tsx [index.tsx]
Expand Down
2 changes: 1 addition & 1 deletion site/react/api/hooks/useSimulateContract.md
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ function App() {

`Config | undefined`

[`Config`](/react/api/createConfig#config) to use instead of retrieving from the from nearest [`WagmiProvider`](/react/api/WagmiProvider).
[`Config`](/react/api/createConfig#config) to use instead of retrieving from the nearest [`WagmiProvider`](/react/api/WagmiProvider).

::: code-group
```tsx [index.tsx]
Expand Down
2 changes: 1 addition & 1 deletion site/react/api/hooks/useStorageAt.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ function App() {

`Config | undefined`

[`Config`](/react/api/createConfig#config) to use instead of retrieving from the from nearest [`WagmiProvider`](/react/api/WagmiProvider).
[`Config`](/react/api/createConfig#config) to use instead of retrieving from the nearest [`WagmiProvider`](/react/api/WagmiProvider).

::: code-group
```tsx [index.tsx]
Expand Down
2 changes: 1 addition & 1 deletion site/react/api/hooks/useSwitchAccount.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ import { type UseSwitchAccountParameters } from 'wagmi'

`Config | undefined`

[`Config`](/react/api/createConfig#config) to use instead of retrieving from the from nearest [`WagmiProvider`](/react/api/WagmiProvider).
[`Config`](/react/api/createConfig#config) to use instead of retrieving from the nearest [`WagmiProvider`](/react/api/WagmiProvider).

::: code-group
```tsx [index.tsx]
Expand Down
2 changes: 1 addition & 1 deletion site/react/api/hooks/useSwitchChain.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ import { type UseSwitchChainParameters } from 'wagmi'

`Config | undefined`

[`Config`](/react/api/createConfig#config) to use instead of retrieving from the from nearest [`WagmiProvider`](/react/api/WagmiProvider).
[`Config`](/react/api/createConfig#config) to use instead of retrieving from the nearest [`WagmiProvider`](/react/api/WagmiProvider).

::: code-group
```tsx [index.tsx]
Expand Down
2 changes: 1 addition & 1 deletion site/react/api/hooks/useToken.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ function App() {

`Config | undefined`

[`Config`](/react/api/createConfig#config) to use instead of retrieving from the from nearest [`WagmiProvider`](/react/api/WagmiProvider).
[`Config`](/react/api/createConfig#config) to use instead of retrieving from the nearest [`WagmiProvider`](/react/api/WagmiProvider).

::: code-group
```tsx [index.tsx]
Expand Down
Loading

0 comments on commit 7282143

Please sign in to comment.