Skip to content

Commit

Permalink
fix: export
Browse files Browse the repository at this point in the history
  • Loading branch information
suryakumara committed Jun 29, 2023
1 parent 409e711 commit 459400d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@beeinventor/dasiot-react-component-lib",
"version": "1.7.1",
"version": "1.7.2",
"module": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
Expand Down
1 change: 1 addition & 0 deletions src/components/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ export { default as Searchbar } from './Searchbar';
export { default as DialogButton } from './Button/DialogButton';
export { default as Dropdown } from './Dropdown';
export { default as DropdownV2 } from './Dropdown/DropdownV2';
export { default as DropdownCheckbox } from './Dropdown/DropdownCheckbox';
export { default as DropdownColor } from './Dropdown/DropdownColor';
export { default as DatePicker } from './DatePicker';
export { default as Step } from './Step';
Expand Down

0 comments on commit 459400d

Please sign in to comment.