Skip to content

Commit

Permalink
fix build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
hozzjss committed Feb 28, 2025
1 parent 8cb8cf3 commit f988e4a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/app/withdraw/page.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
"use server";

import HomeApp from "@/comps/HomeApp";
import TempWithdraw from "@/comps/temp-withdraw";

export default async function Home() {
Expand Down
2 changes: 0 additions & 2 deletions src/comps/temp-withdraw.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import { useRouter } from "next/navigation";
import { bytesToHex, hexToBytes } from "@stacks/common";

import * as bitcoin from "bitcoinjs-lib";
import { STACKS_TESTNET, STACKS_MAINNET } from "@stacks/network";
import { useAtomValue } from "jotai";
import { bridgeConfigAtom, walletInfoAtom, WalletProvider } from "@/util/atoms";
import {
Expand All @@ -28,7 +27,6 @@ import {
callContractFordefi,
callContractLeather,
callContractXverse,
WalletType,
} from "@/util/wallet-utils";
import { getStacksNetwork } from "@/util/get-stacks-network";

Expand Down

0 comments on commit f988e4a

Please sign in to comment.