Add index.ts files

This commit is contained in:
Ryan Gossiaux
2021-12-14 15:28:26 -08:00
parent 4fb49c546a
commit 7de1e35524
12 changed files with 55 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
export { default as Dialog } from "./Dialog.svelte";
export { default as DialogTitle } from "./DialogTitle.svelte";
export { default as DialogOverlay } from "./DialogOverlay.svelte";
export { default as DialogDescription } from "./../description/Description.svelte";