Skip to content

Commit

Permalink
refactor(project): fix ngx-utilities exports
Browse files Browse the repository at this point in the history
  • Loading branch information
julianpoemp committed Sep 23, 2023
1 parent 0c99c0d commit 8bdc964
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions libs/ngx-utilities/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
export * from './lib/functions';
export * from './lib/pipes';
export * from './lib/octra-utilities.module';
1 change: 0 additions & 1 deletion libs/ngx-utilities/src/lib/pipes/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
export * from './leadingnull.pipe';
export * from './procent.pipe';
export * from './timespan.pipe';
export * from './octra-utilities.module';

0 comments on commit 8bdc964

Please sign in to comment.