Added fibers workaround

This commit is contained in:
vjrj 2018-05-03 02:20:33 +02:00
parent 2d083d52ba
commit 08abdffd69
2 changed files with 8 additions and 0 deletions

View file

@ -1,5 +1,6 @@
import './ravenLogger';
import './catchExceptions';
import './fibers';
import './i18n';
import './accounts';
import './api';