Moved i18n to utils

This commit is contained in:
Sam Potts
2018-08-13 21:39:16 +10:00
parent 059205c378
commit 297f297d18
5 changed files with 7 additions and 7 deletions

View File

@ -6,9 +6,9 @@
/* global google */
import i18n from '../i18n';
import { createElement } from '../utils/elements';
import { triggerEvent } from '../utils/events';
import i18n from '../utils/i18n';
import is from '../utils/is';
import loadScript from '../utils/loadScript';
import { formatTime } from '../utils/time';