From 48b43451e8289be69df5713aaca5521ad148826b Mon Sep 17 00:00:00 2001 From: Chase Fleming <1666730+chasefleming@users.noreply.github.com> Date: Mon, 26 Feb 2024 15:49:14 -0800 Subject: [PATCH] Change imports --- components/FundAccountSubmitted.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/FundAccountSubmitted.tsx b/components/FundAccountSubmitted.tsx index ee4b070..9cf2d9b 100644 --- a/components/FundAccountSubmitted.tsx +++ b/components/FundAccountSubmitted.tsx @@ -6,8 +6,8 @@ import {ClientFundAccountResult} from "./FundAccountPanel" import publicConfig from "lib/publicConfig" import {useEffect, useState} from "react" import {sendScript} from "../lib/flow/send" -import fcl from "@onflow/fcl" -import t from "@onflow/types" +import * as fcl from "@onflow/fcl" +import * as t from "@onflow/types" import {getAddressType} from "../lib/common" const styles: Record = {