Skip to content

Commit

Permalink
fix: rename file to avoid broken export
Browse files Browse the repository at this point in the history
  • Loading branch information
ambeur committed Jun 25, 2022
1 parent 8bb3229 commit e42fe2d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/ngx-sub-form/src/public_api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ export * from './lib/shared/ngx-sub-form-utils';
export * from './lib/shared/ngx-sub-form.types';

export * from './lib/helpers';
export * from './lib/ngx-sub-form';
export * from './lib/create-form';
export * from './lib/ngx-sub-form.types';

0 comments on commit e42fe2d

Please sign in to comment.