Fix formatting

This commit is contained in:
Ola Hungerford
2025-02-28 06:30:23 -07:00
parent a1eb343b79
commit 0e50b68f96

View File

@@ -1,7 +1,4 @@
import {
generateDefaultValue,
formatFieldLabel,
} from "../schemaUtils";
import { generateDefaultValue, formatFieldLabel } from "../schemaUtils";
import { JsonSchemaType } from "../../components/DynamicJsonForm";
describe("generateDefaultValue", () => {