Skip to content

Commit

Permalink
don't export default instance
Browse files Browse the repository at this point in the history
  • Loading branch information
James Newell committed Mar 4, 2020
1 parent 80b30bc commit fda6948
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/i18n/src/default-i18n.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*/
import { createI18n } from './create-i18n';

export const i18n = createI18n();
const i18n = createI18n();

/*
* Comments in this file are duplicated from ./i18n due to
Expand Down

0 comments on commit fda6948

Please sign in to comment.