aboutsummaryrefslogtreecommitdiffstats
path: root/packages/react-shared/src/types.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/react-shared/src/types.ts')
-rw-r--r--packages/react-shared/src/types.ts4
1 files changed, 0 insertions, 4 deletions
diff --git a/packages/react-shared/src/types.ts b/packages/react-shared/src/types.ts
index b3dd4045b..daae7b115 100644
--- a/packages/react-shared/src/types.ts
+++ b/packages/react-shared/src/types.ts
@@ -8,10 +8,6 @@ export enum HeaderSizes {
H3 = 'h3',
}
-export interface MenuSubsectionsBySection {
- [section: string]: string[];
-}
-
export enum EtherscanLinkSuffixes {
Address = 'address',
Tx = 'tx',