Skip to content

Commit a37c296

Browse files
committed
fix import
1 parent 3ab336a commit a37c296

File tree

1 file changed

+2
-4
lines changed
  • apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/contract/[chainIdOrSlug]/[contractAddress]/rewards

1 file changed

+2
-4
lines changed

apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/contract/[chainIdOrSlug]/[contractAddress]/rewards/page.tsx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
import { notFound, redirect } from "next/navigation";
22
import { getContract } from "thirdweb";
3-
import {
4-
getDeployedEntrypointERC20,
5-
} from "thirdweb/tokens";
6-
import { getProject } from "@/api/projects";
3+
import { getDeployedEntrypointERC20 } from "thirdweb/tokens";
4+
import { getProject } from "@/api/project/projects";
75
import { getContractPageParamsInfo } from "../../../../../../../(dashboard)/(chain)/[chain_id]/[contractAddress]/_utils/getContractFromParams";
86
import type { ProjectContractPageParams } from "../types";
97
import { ClaimRewardsPage } from "./components/claim-rewards-page";

0 commit comments

Comments
 (0)