Update components/ui/form.tsx

This commit is contained in:
kleap-admin 2026-01-18 20:32:05 +00:00
parent c3b0aa39cf
commit dd969d6170
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";