Skip to content

Commit

Permalink
fix: modal actions component is not exported
Browse files Browse the repository at this point in the history
  • Loading branch information
paring-chan committed Jan 4, 2025
1 parent 5e719ac commit beccb50
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,5 @@ export { default as Modal } from './components/modal/Modal.svelte'
export { default as ModalOverlay } from './components/modal/ModalOverlay.svelte'
export { default as ModalPopup } from './components/modal/ModalPopup.svelte'
export { default as ModalTitle } from './components/modal/ModalTitle.svelte'
export { default as ModalActions } from './components/modal/ModalActions.svelte'
export * from './components/modal/context.js'

0 comments on commit beccb50

Please sign in to comment.