Update components/ui/form.tsx

This commit is contained in:
kleap-admin 2026-01-18 17:17:42 +00:00
parent cfbc0fc53d
commit 1479489b8d
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
"use client";
import * as React from "react";
import * as LabelPrimitive from "@radix-ui/react-label";
import { Slot } from "@radix-ui/react-slot";