Skip to content

Commit

Permalink
Merge pull request #2 from edx/abutterworth/fix-i18n-messages-export
Browse files Browse the repository at this point in the history
fix: export i18n messages properly
  • Loading branch information
Adam Butterworth authored Sep 18, 2019
2 parents 3bac6dd + fc5b02c commit 925b79e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.jsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import SiteHeader from './SiteHeader';
import messages from './SiteHeader.messages';
import messages from './i18n/index';

export { messages };

Expand Down

0 comments on commit 925b79e

Please sign in to comment.