diff --git a/packages/round-manager/src/features/round/ViewRoundPage.tsx b/packages/round-manager/src/features/round/ViewRoundPage.tsx index 8f650d39b3..218ce1be8e 100644 --- a/packages/round-manager/src/features/round/ViewRoundPage.tsx +++ b/packages/round-manager/src/features/round/ViewRoundPage.tsx @@ -37,7 +37,6 @@ import { horizontalTabStyles, verticalTabStyles, } from "../common/Utils"; -import { ROUND_PAYOUT_DIRECT, ROUND_PAYOUT_MERKLE } from "common"; import ApplicationsApproved from "./ApplicationsApproved"; import ApplicationsRejected from "./ApplicationsRejected"; import FundContract from "./FundContract"; @@ -314,10 +313,7 @@ export default function ViewRoundPage() {