Skip to content

Commit 86967f0

Browse files
committed
fix: remove duplicated export
1 parent b8f6005 commit 86967f0

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

libs/ui/src/containers/Footer/index.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ import SVG from 'react-inlinesvg'
99
import {
1010
getGlobalFooterNavItems,
1111
GLOBAL_FOOTER_DESCRIPTION,
12-
SOCIAL_LINKS,
1312
PRODUCT_LOGO_LINKS,
13+
SOCIAL_LINKS,
1414
} from './footer.constants'
1515
import { FooterAnimation } from './footerAnimation'
1616
import {
@@ -96,7 +96,6 @@ const FooterLink = ({ href, external, label, utmSource: _utmSource, utmContent,
9696
}
9797

9898
export const GLOBAL_FOOTER_NAV_ITEMS = getGlobalFooterNavItems()
99-
export { getGlobalFooterNavItems }
10099

101100
export const Footer = ({
102101
description = GLOBAL_FOOTER_DESCRIPTION,

0 commit comments

Comments
 (0)