Skip to content

Commit

Permalink
fix(package): add missing export
Browse files Browse the repository at this point in the history
to allow building npm package `node generate-package.js`
  • Loading branch information
tkohr committed Feb 22, 2024
1 parent 9bfaa97 commit 674b0fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/ui/inputs/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ export * from './lib/viewport-intersector/viewport-intersector.component'
export * from './lib/checkbox/checkbox.component'
export * from './lib/search-input/search-input.component'
export * from './lib/date-range-picker/date-range-picker.component'
export * from './lib/editable-label/editable-label.directive'

0 comments on commit 674b0fb

Please sign in to comment.