From fd9c57dcd0ed350bd43b331ea001513d6789bd88 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Wed, 27 May 2020 19:56:52 +0000 Subject: [PATCH] fix(core): update --- ts/index.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ts/index.ts b/ts/index.ts index 3b1e32b..c8a55da 100644 --- a/ts/index.ts +++ b/ts/index.ts @@ -2,6 +2,5 @@ import * as plugins from './smartrx.plugins'; export * from './smartrx.classes.observablemap'; export * from './smartrx.classes.observableintake'; -import * as rxjs from 'rxjs'; - +import * as rxjs from './smartrx.plugins.rxjs'; export { rxjs };