98f8f03
1
2
3
4
import { createContext } from "react"; export const LynxKiteState = createContext({ workspace: {} as any });