import { writable } from "svelte/store"; export const turnstileLoaded = writable(false);