Skip to content

Commit

Permalink
fix(DatepickerField): export component
Browse files Browse the repository at this point in the history
  • Loading branch information
MiroslavPetrik committed Mar 25, 2024
1 parent 30d8061 commit 2190f8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/components/datepicker-field/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from "./DatepickerField";
1 change: 1 addition & 0 deletions src/components/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
export * from "./checkbox-field";
export * from "./checkbox-group-field";
export * from "./datepicker-field";
export * from "./field";
export * from "./file-field";
export * from "./number-field";
Expand Down

0 comments on commit 2190f8b

Please sign in to comment.