This commit is contained in:
Nicholas Koben Kao
2024-01-24 22:28:50 -08:00
parent d8df580339
commit a295df973f
2 changed files with 1 additions and 2 deletions
@@ -1,4 +1,4 @@
// NOTE: this is work in progress
// NOTE: this is WIP for doing client side validation for civitai model downloading
import type { AutoFormInputComponentProps } from "../ui/auto-form/types";
import { FormControl, FormItem, FormLabel } from "../ui/form";
import { LoadingIcon } from "@/components/LoadingIcon";