chore: remove leaky import

This commit is contained in:
Jacob Nguyen
2023-05-04 18:47:13 -05:00
parent 1288a6b5cc
commit b0f6093ac6

View File

@@ -1,6 +1,4 @@
import SernEmitter from './sernEmitter';
export * from './operators';
export * from './dependencies';
export { SernEmitter };
export * from './contracts';
export * from './platform';