lynxkite / web /src /workspace /LynxKiteState.ts
darabos's picture
Remove Next.js.
524e7c0
raw
history blame
110 Bytes
import { createContext } from "react";
export const LynxKiteState = createContext({ workspace: {} as any });