This commit is contained in:
Hugh Nimmo-Smith
2024-12-11 09:35:41 +00:00
parent b2accd5271
commit cd0568b128

View File

@@ -5,7 +5,7 @@ SPDX-License-Identifier: AGPL-3.0-only
Please see LICENSE in the repository root for full details.
*/
import { ChangeEvent, FC, useCallback } from "react";
import { type ChangeEvent, type FC, useCallback } from "react";
import { useTranslation } from "react-i18next";
import { FieldRow, InputField } from "../input/Input";