diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index 66b512a..814f067 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -17,11 +17,13 @@ type ModalComponent } from "@skeletonlabs/skeleton" import "../app.postcss" + import ModalSearchDecisionTree from "./templates/TemplatesDirectory/ModalSearchDecisionTree.svelte" initializeStores() storePopup.set({ computePosition, autoUpdate, flip, shift, offset, arrow }) const modalRegistry: Record = { - markdown: { ref: ModalMarkdown } + markdown: { ref: ModalMarkdown }, + searchDecisionTree: { ref: ModalSearchDecisionTree } } $modeCurrent = true diff --git a/src/routes/templates/+page.svelte b/src/routes/templates/+page.svelte index 405c648..9f8af15 100644 --- a/src/routes/templates/+page.svelte +++ b/src/routes/templates/+page.svelte @@ -48,15 +48,7 @@