···11import { useState, useCallback, useRef, useMemo, useEffect } from "hono/jsx";
22-import type { RecordSchema } from "../../lib/lexicons/schema-tree.js";
22+import type { RecordSchema } from "../../lib/lexicons/schema-types.js";
33import type { Action, FetchStep } from "../../lib/db/schema.js";
44import RecordFormBuilder from "./RecordFormBuilder.js";
55import * as s from "./AutomationForm.css.ts";
+1-1
app/islands/RecordFormBuilder.tsx
···44 RecordSchema,
55 ObjectNode,
66 ArrayNode,
77-} from "../../lib/lexicons/schema-tree.js";
77+} from "../../lib/lexicons/schema-types.js";
88import * as s from "./RecordFormBuilder.css.ts";
991010type FormState = Record<string, unknown>;