import {create} from 'svelte-form-state'; const {form, state} = create({email: "", password: ""});
yarn add svelte-form-state