diff --git a/src/main.ts b/src/main.ts index 10c5b4e..4f92789 100644 --- a/src/main.ts +++ b/src/main.ts @@ -1,7 +1,7 @@ /** * Created by tushar on 17/02/17. */ -/// + import {create} from './sources/Create' import {debounce} from './operators/Debounce' import {delay} from './operators/Delay'