fix compatibility: We're not going to support 2.0 and below

This commit is contained in:
Mahdi Dibaiee
2015-09-07 23:21:17 +04:30
parent 78a306e126
commit 983f66fe34
4 changed files with 263 additions and 4435 deletions

View File

@ -98,4 +98,4 @@ export default class Root extends Component {
}
}
}
}
};

View File

@ -1,4 +1,3 @@
require('babel/polyfill');
import React from 'react';
import Root from 'components/root';
import store from 'store';