Skip to content

Commit 303f3be

Browse files
authored
fix: export appconfig model (eclipse-edc#279)
1 parent fa31184 commit 303f3be

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

projects/dashboard-core/src/public-api.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ export * from './lib/common/data-address/data-type-input/data-type-input.compone
3737
export * from './lib/common/data-address/fallback-data-type/fallback-data-type.component';
3838
export * from './lib/common/data-address/http-data-type/http-data-type.component';
3939
export * from './lib/models/menu-item';
40+
export * from './lib/models/app-config';
4041
export * from './lib/models/edc-config';
4142
export * from './lib/models/json-value';
4243
export * from './lib/models/pair';

0 commit comments

Comments
 (0)