2018-07-18 20:34:59 +00:00
|
|
|
import '@babel/polyfill';
|
2017-11-06 23:45:48 +00:00
|
|
|
import 'regenerator-runtime/runtime';
|
2017-09-21 17:08:00 +00:00
|
|
|
|
2018-03-23 16:55:40 +00:00
|
|
|
import './app/ReactotronConfig';
|
2017-11-18 20:17:24 +00:00
|
|
|
import './app/push';
|
2018-07-10 13:40:32 +00:00
|
|
|
import App from './app/index';
|
2017-11-18 20:17:24 +00:00
|
|
|
|
2018-07-10 13:40:32 +00:00
|
|
|
// eslint-disable-next-line
|
|
|
|
const app = new App();
|