Skip to content

Commit 7f7d97a

Browse files
committed
Fix lint
1 parent 5277e18 commit 7f7d97a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/(sidebar)/tokens/create/token/create-token-page-impl.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@ import {
2121
reportContractDeployed,
2222
} from "@/analytics/report";
2323
import type { Team } from "@/api/team";
24-
import {
25-
DEFAULT_FEE_BPS_NEW,
26-
DEFAULT_FEE_RECIPIENT,
27-
} from "@/constants/addresses";
2824

2925
import { useAllChainsData } from "@/hooks/chains/allChains";
3026
import { useAddContractToProject } from "@/hooks/project-contracts";

0 commit comments

Comments
 (0)