favorite modal

This commit is contained in:
Jan Prochazka
2021-03-22 18:31:33 +01:00
parent 155406827e
commit 742b68453a
5 changed files with 188 additions and 2 deletions

View File

@@ -0,0 +1,7 @@
<script lang="ts">
import { getFormContext } from './FormProviderCore.svelte';
const { values } = getFormContext();
</script>
<slot values={$values} />