exported base dialog

This commit is contained in:
Valentin 2021-11-01 12:35:45 +02:00
parent 8cff591c16
commit 1df1b1ab89
2 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,7 @@
export * from './lib/common-ui.module';
export * from './lib/buttons';
export * from './lib/dialog';
export * from './lib/listing';
export * from './lib/filtering';
export * from './lib/help-mode';

1
src/lib/dialog/index.ts Normal file
View File

@ -0,0 +1 @@
export * from './base-dialog.component';