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