add missing export

This commit is contained in:
Denys Vuika
2020-08-06 15:01:46 +01:00
parent e58367fb77
commit 89b37067ff

View File

@@ -63,3 +63,4 @@ export * from './identity-group.service';
export * from './identity-role.service';
export * from './version-compatibility.service';
export * from './auth-bearer.interceptor';
export * from './oauth2.service';