chat-ui / src /lib /stores /pendingMessage.ts
Last commit not found
raw
history blame
94 Bytes
import { writable } from "svelte/store";
export const pendingMessage = writable<string>("");