blind_chat / src /lib /stores /pendingMessage.ts
lauro1's picture
test
faca43f
raw history blame
No virus
94 Bytes
import { writable } from "svelte/store";
export const pendingMessage = writable<string>("");