Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
huggingchat
/
chat-ui
like
1.08k
Running
App
Files
Files
Community
602
1eb0e2e
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
>(
""
);