Skip to content

Commit

Permalink
correct import
Browse files Browse the repository at this point in the history
  • Loading branch information
yornaath committed Dec 14, 2023
1 parent 8daeb7e commit b6f0072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/court/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { ZTG, isRpcSdk } from "@zeitgeistpm/sdk";
import { CourtCasesTable } from "components/court/CourtCasesTable";
import JoinCourtAsJurorButton from "components/court/JoinCourtAsJurorButton";
import ManageDelegationButton from "components/court/ManageDelegationButton";
import CourtUnstakeButton from "components/court/PrepareExitCourt";
import CourtUnstakeButton from "components/court/CourtUnstakeButton";
import InfoPopover from "components/ui/InfoPopover";
import { useConnectedCourtParticipant } from "lib/hooks/queries/court/useConnectedCourtParticipant";
import { useCourtCases } from "lib/hooks/queries/court/useCourtCases";
Expand Down

0 comments on commit b6f0072

Please sign in to comment.