chat-ui / src /lib /stores /pendingMessage.ts
coyotte508's picture
coyotte508 HF staff
Split app structure & create convos (#20)
1b66f8d unverified
raw
history blame
No virus
94 Bytes
import { writable } from 'svelte/store';
export const pendingMessage = writable<string>('');