File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed
Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -11,11 +11,13 @@ import {
1111} from "./internal/Listbox"
1212import { QRCode } from "./internal/QRCode"
1313import { 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"
1620import { CryptoProviderCapability , CurrencyMetadata } from "@onflow/payments"
17- import { useFlowCurrentUser } from "../hooks/useFlowCurrentUser"
18- import { useFlowChainId } from "../hooks/useFlowChainId"
1921import { useQuery } from "@tanstack/react-query"
2022import { useFlowQueryClient } from "../provider/FlowQueryClient"
2123import * as viemChains from "viem/chains"
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments