chat-ui / src /lib /stores /isAborted.ts
coyotte508
A new start
fc69895
import { writable } from "svelte/store";
export const isAborted = writable<boolean>(false);