darabos's picture
Set up Biome for JS linting/formatting.
8fe4e41
raw
history blame
165 Bytes
import { createContext } from "react";
import type { Workspace } from "../apiTypes.ts";
export const LynxKiteState = createContext({ workspace: {} as Workspace });