Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
T1ckbase
/
bolt.diy
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
5f06f50
bolt.diy
/
packages
/
bolt
/
app
/
lib
/
stores
/
chat.ts
Dominic Elm
feat(layout): allow to minimize chat (#35)
d5a29c2
unverified
about 1 year ago
raw
Copy download link
history
blame
Safe
124 Bytes
import
{ map }
from
'nanostores'
;
export
const
chatStore =
map
({
started
:
false
,
aborted
:
false
,
showChat
:
true
,
});