Skip to content

Commit 675ba4a

Browse files
authored
Update typewriter-effect.tsx
1 parent 7b85295 commit 675ba4a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components/ui/typewriter-effect.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"use client";
22

3-
import { cn } from "@/utils/cn";
3+
import { cn } from "../../utils/cn";
44
import { motion, stagger, useAnimate, useInView } from "framer-motion";
55
import { useEffect } from "react";
66

0 commit comments

Comments
 (0)