<script>
import Input from "../Form/Input.svelte"
let value = ""
</script>
<Input label="Your Name" bind:value />