Skip to content

Commit

Permalink
fix(DateTimeControl): add control to barrel export file (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashmortar authored Oct 23, 2024
1 parent d1e58f8 commit 7f1994c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@ export { ObjectControl } from "./controls/ObjectControl"
export { ObjectArrayControl } from "./controls/ObjectArrayControl"
export { PrimitiveArrayControl } from "./controls/PrimitiveArrayControl"
export { TextControl } from "./controls/TextControl"
export { DateTimeControl } from "./controls/DateTimeControl"
export { UnknownControl } from "./controls/UnknownControl"
export { VerticalLayout } from "./layouts/VerticalLayout"

0 comments on commit 7f1994c

Please sign in to comment.