Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Tilsch committed Jan 23, 2024
1 parent fb41103 commit 5ac5110
Showing 1 changed file with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React, { useCallback, useMemo, useState } from "react";
import React, { useCallback, useState } from "react";
import { CellProps, scopeEndsWith, WithClassname } from "@jsonforms/core";
import {
IconButton,
Expand All @@ -13,7 +13,6 @@ import Close from "@mui/icons-material/Close";
import {
JsonFormsTheme,
MaterialInputControl,
MuiInputText,
useDebouncedChange,
} from "@jsonforms/material-renderers";
import {
Expand All @@ -22,13 +21,10 @@ import {
RankedTester,
rankWith,
and,
scopeEndIs,
} from "@jsonforms/core";
import { withJsonFormsControlProps } from "@jsonforms/react";
import { primaryFields, typeIRItoTypeName } from "../config";
import { useGlobalSearch, useGlobalSearchWithHelper } from "../state";
import { JSONSchema7 } from "json-schema";
import { makeFormsPath } from "../utils/core";
import { useGlobalSearch } from "../state";

interface MuiTextInputProps {
muiInputProps?: InputProps["inputProps"];
Expand Down

0 comments on commit 5ac5110

Please sign in to comment.