skeleton icon indicating copy to clipboard operation
skeleton copied to clipboard

Modals prerequisites should also import Modal

Open MarcoPeretti opened this issue 1 year ago • 0 comments

Link to the Page

https://www.skeleton.dev/utilities/modals

Describe the Issue (screenshots encouraged!)

The documentation says we must import initializeStores as follows:

import { initializeStores } from '@skeletonlabs/skeleton';

but I think it should also import Modal, right?

import { initializeStores, Modal } from '@skeletonlabs/skeleton';

MarcoPeretti avatar Feb 23 '24 10:02 MarcoPeretti