We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9658e6 commit 7b85295Copy full SHA for 7b85295
1 file changed
components/ui/input.tsx
@@ -1,6 +1,6 @@
1
"use client";
2
import * as React from "react";
3
-import { cn } from "@/utils/cn";
+import { cn } from "../../utils/cn";
4
import { useMotionTemplate, useMotionValue, motion } from "framer-motion";
5
6
export interface InputProps
0 commit comments