From 316f33872a1a0c1a278f7ca9c656cc07798c8aaa Mon Sep 17 00:00:00 2001 From: Diego Rubin Date: Mon, 10 May 2021 12:40:16 -0300 Subject: [PATCH] export unleash service --- src/unleash/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/unleash/index.ts b/src/unleash/index.ts index b272e18e..af9df2be 100644 --- a/src/unleash/index.ts +++ b/src/unleash/index.ts @@ -3,3 +3,4 @@ export * from './unleash.constants' export * from './unleash.context' export * from './unleash.interfaces' export * from './unleash.module' +export * from './unleash.service'