Move translator to helpers.js

This commit is contained in:
Blade Barringer
2015-09-21 17:35:27 -05:00
parent 0e6f563c1f
commit ad7e01d87e
44 changed files with 45 additions and 46 deletions

View File

@@ -1,4 +1,4 @@
import t from '../helpers/translator';
import {translator as t} from '../helpers';
import events from '../events';
import weapon from './weapon';