Skip to content

Commit 3048bd4

Browse files
committed
fix lint warning
1 parent bf70bb7 commit 3048bd4

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { type ThirdwebContract } from "thirdweb";
1+
import type { ThirdwebContract } from "thirdweb";
22
import { getRewards } from "thirdweb/tokens";
33

44
export async function getValidReward(params: {

0 commit comments

Comments
 (0)