updated react-form to latest

This commit is contained in:
dswbx
2025-03-11 06:49:38 +01:00
parent 7e2de1bd0c
commit 2d7257d2bc
6 changed files with 78 additions and 26 deletions

View File

@@ -1,5 +1,5 @@
import { ucFirst } from "core/utils";
import type { Entity, EntityData, EntityRelation, RepoQuery } from "data";
import type { Entity, EntityData, EntityRelation } from "data";
import { Fragment, useState } from "react";
import { TbDots } from "react-icons/tb";
import { useApiQuery, useEntityQuery } from "ui/client";