js/i18n.js -> js/modules/i18n.js

This commit is contained in:
Scott Nonnenberg 2018-04-05 12:51:29 -07:00
parent e5322e8261
commit 76be13552f
No known key found for this signature in database
GPG key ID: 5F82280C35134661
5 changed files with 2 additions and 4 deletions

View file

@ -51,7 +51,7 @@ const locale = urlOptions.locale || 'en';
import localeMessages from '../../../_locales/en/messages.json';
// @ts-ignore
import { setup } from '../../i18n';
import { setup } from '../../modules/i18n';
const i18n = setup(locale, localeMessages);