mirror of
https://github.com/imputnet/cobalt.git
synced 2025-06-30 02:18:29 +00:00

replaces the link icon with a spinner when loading the turnstile checks or processing the link
4 lines
90 B
TypeScript
4 lines
90 B
TypeScript
import { writable } from "svelte/store";
|
|
|
|
export const turnstileLoaded = writable(false);
|