Skip to content

Commit

Permalink
Refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
garronej committed Sep 20, 2024
1 parent 1876782 commit dd57886
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { memo, Suspense } from "react";
import type { Stringifyable } from "core/tools/Stringifyable";
import { FormFieldWrapper } from "./FormFieldWrapper";
import { FormFieldWrapper } from "./shared/FormFieldWrapper";
import { tss } from "tss";
import { useFormField } from "./useFormField";
import { useFormField } from "./shared/useFormField";
import YAML from "yaml";
import { declareComponentKeys, useTranslation } from "ui/i18n";

Expand Down

0 comments on commit dd57886

Please sign in to comment.