Fix lint error

This commit is contained in:
Jia Hao 2016-03-12 01:42:53 +08:00
parent 136c599f92
commit b17c31e188
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
import 'source-map-support/register';
import "babel-polyfill";
import 'babel-polyfill';
import buildApp from './build/buildMain';