From 58f73f62a032aefaa49fb6f0a9e938ae9c10b140 Mon Sep 17 00:00:00 2001 From: shadcn Date: Wed, 14 Jan 2026 22:05:15 +0400 Subject: [PATCH] fix --- apps/v4/examples/base/input-otp-pattern.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/v4/examples/base/input-otp-pattern.tsx b/apps/v4/examples/base/input-otp-pattern.tsx index 8b8dae5433..177633da59 100644 --- a/apps/v4/examples/base/input-otp-pattern.tsx +++ b/apps/v4/examples/base/input-otp-pattern.tsx @@ -1,3 +1,5 @@ +"use client" + import { Field, FieldLabel } from "@/examples/base/ui/field" import { InputOTP,