Skip to content

Commit

Permalink
Updating import location
Browse files Browse the repository at this point in the history
  • Loading branch information
claudioantonio committed Oct 23, 2024
1 parent 463b48b commit 6c62927
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/app/bounty/[bountyId]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ import {
useInput,
isInput,
} from "../../../model/reader";
import { getBountyTotalPrize, AppBounty } from "../../../model/state";
import { AppBounty } from "../../../model/state";
import { SendExploit } from "../../../model/inputs";
import { usePrepareWithdrawSponsorship } from "../../../hooks/bug-buster";
import { useInputBoxAddInput } from "../../../hooks/contracts";

import { BountyParams, ConcreteBountyParams } from "./utils";
import { useBlockTimestamp } from "../../../hooks/block";
import { BountyStatus } from "../../../model/bountyStatus";
import { getBountyStatus } from "../../../utils/bounty";
import { getBountyStatus, getBountyTotalPrize } from "../../../utils/bounty";
import { useErc20Metadata, formatErc20Amount } from "../../../utils/erc20";
import { BountyStatusBadgeGroup } from "../../../components/bountyStatus";
import { ProfileCard } from "../../../components/profileCard";
Expand Down

0 comments on commit 6c62927

Please sign in to comment.