Plan stuff. Log stuff.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

10 lines
194 B

<script>
import modal from "../stores/modal";
export let component;
export let name;
</script>
{#if (name === $modal.name)}
<svelte:component this={component} {...$modal.data} />
{/if}