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...
524e7c0
lynxkite
/
web
/
src
/
workspace
/
LynxKiteState.ts
darabos
Remove Next.js.
524e7c0
7 months ago
raw
Copy download link
history
blame
110 Bytes
import
{ createContext }
from
"react"
;
export
const
LynxKiteState
=
createContext
({
workspace
: {}
as
any
});