Skip to content

Commit

Permalink
fix: make footer export backward compat
Browse files Browse the repository at this point in the history
  • Loading branch information
leangseu-edx committed Dec 12, 2022
1 parent ae6e9ff commit 8a24675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export { default as Footer, EVENT_NAMES } from './components/Footer';
export { default, default as Footer, EVENT_NAMES } from './components/Footer'; // eslint-disable-line no-restricted-exports
export { default as messages } from './i18n/index';

0 comments on commit 8a24675

Please sign in to comment.