DorkAI / src /lib /stores /pendingMessage.ts
dorkai's picture
Duplicate from huggingchat/chat-ui
a9997f4
raw
history blame contribute delete
94 Bytes
import { writable } from "svelte/store";
export const pendingMessage = writable<string>("");