lynxkite / web /src /workspace /LynxKiteState.ts
darabos's picture
Struggle with CRDT+React.
a55eb17
raw
history blame
160 Bytes
import { createContext } from "react";
import { Workspace } from "../apiTypes.ts";
export const LynxKiteState = createContext({ workspace: {} as Workspace });