aboutsummaryrefslogtreecommitdiffstats
path: root/packages/react-shared/src/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/react-shared/src/index.ts')
-rw-r--r--packages/react-shared/src/index.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/react-shared/src/index.ts b/packages/react-shared/src/index.ts
index 1842e8af3..e33b09f19 100644
--- a/packages/react-shared/src/index.ts
+++ b/packages/react-shared/src/index.ts
@@ -6,7 +6,7 @@ export { NestedSidebarMenu } from './components/nested_sidebar_menu';
export { SectionHeader } from './components/section_header';
export { Link } from './components/link';
-export { HeaderSizes, Styles, EtherscanLinkSuffixes, Networks, LinkType, ALink } from './types';
+export { HeaderSizes, Styles, EtherscanLinkSuffixes, Networks, ALink } from './types';
export { utils } from './utils/utils';
export { constants } from './utils/constants';