added base form component to index

This commit is contained in:
Valentin Mihai 2022-01-26 17:17:23 +02:00
parent 990ab1c385
commit e41a59dc70
2 changed files with 2 additions and 1 deletions

View File

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

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

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