File size: 165 Bytes
be095f5
8fe4e41
be095f5
a55eb17
1
2
3
4
5
import { createContext } from "react";
import type { Workspace } from "../apiTypes.ts";

export const LynxKiteState = createContext({ workspace: {} as Workspace });