Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated from
huggingchat/chat-ui
nisten
/
chat-ui
like
0
Build error
App
Files
Files
Community
abe7804
chat-ui
/
src
/
lib
/
stores
/
pendingMessage.ts
victor
HF staff
Prettier update (#54)
5da61b4
unverified
over 1 year ago
raw
Copy download link
history
blame
Safe
94 Bytes
import
{ writable }
from
"svelte/store"
;
export
const
pendingMessage = writable<
string
>(
""
);