Skip to content

Commit

Permalink
fix (#754)
Browse files Browse the repository at this point in the history
  • Loading branch information
bryzettler authored Dec 10, 2024
1 parent a12e05b commit e8657f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import { usePositions } from "../hooks/usePositions";
import { useRegistrar } from "../hooks/useRegistrar";
import { PositionWithMeta, ProxyAssignmentV0 } from "../sdk/types";
import { calcPositionVotingPower } from "../utils/calcPositionVotingPower";
import { useRegistrarForMint } from "..";
import { useRegistrarForMint } from "../hooks/useRegistrarForMint";

type Registrar = IdlAccounts<VoterStakeRegistry>["registrar"];

Expand Down

0 comments on commit e8657f6

Please sign in to comment.