Skip to content

Commit 155d3cc

Browse files
committed
Make AnimatedElement use client.
1 parent 9e20ca1 commit 155d3cc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

components/animations/AnimatedElement.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
"use client";
2+
13
import { motion, MotionProps, Variants } from "framer-motion";
24
import {
35
ComponentPropsWithoutRef,

0 commit comments

Comments
 (0)