fix(core): update

This commit is contained in:
Philipp Kunz 2022-01-24 07:08:24 +01:00
parent a1bd0499a0
commit 511396894d

View File

@ -1,6 +1,4 @@
import * as plugins from './smartrx.plugins';
export * from './smartrx.classes.observablemap';
export * from './smartrx.classes.observableintake';
import * as rxjs from './smartrx.plugins.rxjs';
export { rxjs };
export * from './smartrx.plugins.rxjs';