fix(core): update

This commit is contained in:
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';