Skip to content

Commit d9c687b

Browse files
committed
fix build
1 parent 587a5aa commit d9c687b

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

packages/react-sdk/src/components/FundContent.tsx

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,13 @@ import {
1111
} from "./internal/Listbox"
1212
import {QRCode} from "./internal/QRCode"
1313
import {Address} from "./internal/Address"
14-
import {useFund} from "../hooks/useFund"
15-
import {useFundingCapabilities} from "../hooks/useFundingCapabilities"
14+
import {
15+
useFund,
16+
useFundingCapabilities,
17+
useFlowCurrentUser,
18+
useFlowChainId,
19+
} from "@onflow/react-core"
1620
import {CryptoProviderCapability, CurrencyMetadata} from "@onflow/payments"
17-
import {useFlowCurrentUser} from "../hooks/useFlowCurrentUser"
18-
import {useFlowChainId} from "../hooks/useFlowChainId"
1921
import {useQuery} from "@tanstack/react-query"
2022
import {useFlowQueryClient} from "../provider/FlowQueryClient"
2123
import * as viemChains from "viem/chains"

packages/react-sdk/src/index.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ export {
3333
useFlowScheduledTransactionCancel,
3434
ScheduledTransactionPriority,
3535
ScheduledTransactionStatus,
36+
useFund,
37+
useFundingCapabilities,
38+
usePaymentsClient,
3639
} from "@onflow/react-core"
3740

3841
// Re-export types from hooks

0 commit comments

Comments
 (0)