Skip to content

Commit

Permalink
fix export
Browse files Browse the repository at this point in the history
  • Loading branch information
AlessioGr committed Jun 28, 2024
1 parent 97611cd commit e9f7ce1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/src/exports/client/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export { useUseTitleField } from '../../hooks/useUseAsTitle.js'

// elements
export { Translation } from '../../elements/Translation/index.js'
export { default as DatePicker } from '../../elements/DatePicker/DatePicker.jsx'
export { default as DatePicker } from '../../elements/DatePicker/DatePicker.js'
export { ViewDescription } from '../../elements/ViewDescription/index.js'
export { AppHeader } from '../../elements/AppHeader/index.js'
export { Button } from '../../elements/Button/index.js'
Expand Down

0 comments on commit e9f7ce1

Please sign in to comment.