lynxkite / web /app /workspace /LynxKiteState.ts
darabos's picture
Missed these files. Workspace in React.
be095f5
raw
history blame
110 Bytes
import { createContext } from "react";
export const LynxKiteState = createContext({ workspace: {} as any });