All opened modals will be rendered in this component. If you’re using SvelteKit, +layout.svelte would be appropriate
place to put this. Otherwise, wherever you want the modals to be rendered.
Create your Modal component
Svelte Modals does not provide any modal components, it is only responsible for
managing what is opened and closed. All other functionality and styling is up to you.