Skip to content

Commit 4ffc10c

Browse files
committed
Export missing Modal component
1 parent 1c09eb6 commit 4ffc10c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/modules/modals/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
export * from "./modal.service.svelte";
2+
export { default as Modal } from "./Modal.svelte";
23
export { default as ModalContainer } from "./ModalContainer.svelte";
34
export { default as SimpleModal } from "./SimpleModal.svelte";
45

0 commit comments

Comments
 (0)