Use import syntax

This commit is contained in:
Blade Barringer
2015-09-19 19:45:53 -05:00
parent b7cd46a6fe
commit 301ce56a5b
6 changed files with 7 additions and 11 deletions
+1 -3
View File
@@ -1,6 +1,4 @@
'use strict';
var t = require('../helpers/translator.js');
import t from '../helpers/translator';
/*
---------------------------------------------------------------