7fda361 7ed5764 7fda361 483664b
1
2
3
4
5
import { createContext } from "react"; import type { Workspace } from "../apiTypes.ts"; export const LynxKiteState = createContext({ workspace: {} as Workspace });