STORE BIND BIND SVELT untuk input

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

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