Skip to content

Commit

Permalink
fix: export separator
Browse files Browse the repository at this point in the history
  • Loading branch information
holtwick committed Apr 25, 2024
1 parent 4ab9c98 commit 7f0febd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/basic/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,16 @@ export { default as OuiButton } from './oui-button.vue'
export { default as OuiCheckbox } from './oui-checkbox.vue'
export { default as OuiClose } from './oui-close.vue'
export { default as OuiDatetime } from './oui-datetime.vue'
export { default as OuiDraggable } from './oui-draggable.vue'
export { default as OuiFile } from './oui-file.vue'
export { default as OuiInput } from './oui-input.vue'
export { default as OuiPassword } from './oui-password.vue'
export { default as OuiPasswordMeter } from './oui-password-meter.vue'
export { default as OuiResizeable } from './oui-resizeable.vue'
export { default as OuiSelect } from './oui-select.vue'
export { default as OuiSeparator } from './oui-separator.vue'
export { default as OuiStars } from './oui-stars.vue'
export { default as OuiTable } from './oui-table.vue'
export { default as OuiTableview } from './oui-tableview.vue'
export { default as OuiDraggable } from './oui-draggable.vue'
export { default as OuiText } from './oui-text.vue'
export { default as OuiSelect } from './oui-select.vue'
export { default as OuiVirtualList } from './oui-virtual-list.vue'

0 comments on commit 7f0febd

Please sign in to comment.