We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b5fb569 + 497db0a commit cbfe5d1Copy full SHA for cbfe5d1
src/lib/Modals.svelte
@@ -1,4 +1,5 @@
1
<script lang="ts" module>
2
+ import { ModalStack } from './modal-stack.svelte'
3
export const modals = new ModalStack()
4
5
export interface ModalsProps {
@@ -21,7 +22,6 @@
21
22
import type { Snippet } from 'svelte'
23
import StackedModalContext from './StackedModalContext.svelte'
24
import type { ModalProps } from './stacked-modal.svelte'
- import { ModalStack } from './modal-stack.svelte'
25
import type { LazyModalComponent, ModalComponent } from './types'
26
27
function isLazyModal(
0 commit comments