Skip to content

Commit b90b90f

Browse files
committed
Chore: update import path for AnimatedGradientText to reflect new ui folder structure
1 parent 8abd642 commit b90b90f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"use client";
2-
import AnimatedGradientText from "@/components/magicui/animated-gradient-text";
2+
import AnimatedGradientText from "@/components/ui/animated-gradient-text";
33
import Particles from "@/components/ui/particles";
44
import { Button } from "@/components/ui/button";
55
import { Separator } from "@/components/ui/separator";

0 commit comments

Comments
 (0)