Skip to content

Commit

Permalink
fix imports in ProposalCard
Browse files Browse the repository at this point in the history
  • Loading branch information
bgptr committed Feb 7, 2023
1 parent 814762c commit 3be7330
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ import { classNames, StatusBar, Tooltip, Text, StatusTag } from "pi-ui";
import { FormattedMessage as T } from "react-intl";
import { PoliteiaLink } from "shared";
import {
Event,
VOTE_ENDS_EVENT,
VOTE_ENDED_EVENT,
PROPOSAL_UPDATED_EVENT
} from "../Event";
import { Join } from "../Join";
import Join from "../Join";
import Event from "../Event";

import { getStatusBarData, getProposalStatusTagProps } from "../../utils";

Expand Down

0 comments on commit 3be7330

Please sign in to comment.