connection modal

This commit is contained in:
Jan Prochazka
2021-03-04 10:04:34 +01:00
parent a0aa508e8d
commit 593e61abb9
14 changed files with 213 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
<script>
import { openedModals } from '../stores';
</script>
{#each $openedModals as { component, props, modalId }}
<svelte:component this={component} {modalId} {...props} />
{/each}