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