Skip to content

Commit 647302b

Browse files
committed
fixed lint issues I think
1 parent 96d5ff2 commit 647302b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

apps/portal/src/app/contracts/sidebar.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import type { SideBar } from "@/components/Layouts/DocLayout";
22
import {
33
ContractDeployIcon,
44
ContractExploreIcon,
5-
ContractInteractIcon,
65
ContractModularContractIcon,
76
ContractPublishIcon,
87
} from "@/icons";
@@ -17,7 +16,6 @@ const coreContractsSlug = "/contracts/modular-contracts/core-contracts";
1716

1817
// TODO: Deprecate links that start with the following slugs
1918
const buildSlug = "/contracts/build";
20-
const interactSlug = "/contracts/interact";
2119
const extensionsSlug = "/contracts/build/extensions";
2220
const baseContractsSlug = "/contracts/build/base-contracts";
2321

0 commit comments

Comments
 (0)