import { writable, type Writable } from 'svelte/store'

export const email: Writable<string | undefined> = writable()