Skip to content

Commit 7b85295

Browse files
authored
Update input.tsx
1 parent c9658e6 commit 7b85295

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components/ui/input.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"use client";
22
import * as React from "react";
3-
import { cn } from "@/utils/cn";
3+
import { cn } from "../../utils/cn";
44
import { useMotionTemplate, useMotionValue, motion } from "framer-motion";
55

66
export interface InputProps

0 commit comments

Comments
 (0)