Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
lynx-analytics
/
lynxkite
like
5
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
be095f5
lynxkite
/
web
/
app
/
workspace
/
LynxKiteState.ts
darabos
Missed these files. Workspace in React.
be095f5
5 months ago
raw
Copy download link
history
blame
110 Bytes
import
{ createContext }
from
"react"
;
export
const
LynxKiteState
=
createContext
({
workspace
: {}
as
any
});