fix(core): update

This commit is contained in:
Philipp Kunz 2020-05-27 18:49:44 +00:00
parent 5e218e36a5
commit f9d8175c8c
2 changed files with 8 additions and 1 deletions

View File

@ -0,0 +1,7 @@
// this file is intended to keep the bundle size down
export {
Observable,
Subject,
fromEvent
} from 'rxjs';

View File

@ -1,5 +1,5 @@
import * as lik from '@pushrocks/lik';
import * as rxjs from 'rxjs';
import * as rxjs from './smartrx.plugins.rxjs';
import * as smartpromise from '@pushrocks/smartpromise';
export { lik, rxjs, smartpromise };