packages/core-api: export ConfigApi + implementation

This commit is contained in:
Patrik Oldsberg
2020-05-28 13:53:06 +02:00
parent 810de67f9c
commit 1ab6499bbb
2 changed files with 2 additions and 0 deletions
@@ -24,6 +24,7 @@ export * from './auth';
export * from './AlertApi';
export * from './AppThemeApi';
export * from './ConfigApi';
export * from './ErrorApi';
export * from './FeatureFlagsApi';
export * from './OAuthRequestApi';
@@ -22,5 +22,6 @@ export * from './auth';
export * from './AlertApi';
export * from './AppThemeApi';
export * from './ConfigApi';
export * from './ErrorApi';
export * from './OAuthRequestApi';