Saving my work!

This commit is contained in:
Scott Idem
2024-04-23 16:36:08 -04:00
parent 38e73cb40c
commit ca04e9739f
4 changed files with 75 additions and 7 deletions

View File

@@ -8,12 +8,10 @@ import { onMount } from 'svelte';
// https://github.com/skeletonlabs/skeleton/blob/master/packages/skeleton/src/lib/utilities/Modal/types.ts
// To retrieve the store, getModalStore must be invoked at the top level of your component!
import { getDrawerStore, getModalStore, ProgressRadial } from '@skeletonlabs/skeleton';
import { getModalStore } from '@skeletonlabs/skeleton';
import type {
DrawerSettings,
ModalSettings,
ModalComponent,
ModalStore
} from '@skeletonlabs/skeleton';
const modalStore = getModalStore();