Duplicated from huggingchat/chat-ui
8b7ec8f
1
2
3
4
import { writable } from "svelte/store"; export const pendingMessage = writable<string>("");