svelte Bind Store to wejście

<script>
	import { storeVar } from '$lib/store';
</script>

<input bind:value={$storeVar} />
Tequilian