2018-07-18 20:34:59 +00:00
|
|
|
import '@babel/polyfill';
|
2018-07-10 13:40:32 +00:00
|
|
|
import 'regenerator-runtime/runtime';
|
|
|
|
|
|
|
|
import './app/ReactotronConfig';
|
|
|
|
import './app/push';
|
|
|
|
import App from './app/index';
|
|
|
|
|
|
|
|
// eslint-disable-next-line
|
|
|
|
const app = new App();
|