Skip to content

Commit 1ee0aa0

Browse files
committed
feat: update FramerComponents index to include useMotionValue and remove MotionDiv export
1 parent 7f35a9c commit 1ee0aa0

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

src/Shared/Components/FramerComponents/MotionDiv.tsx

Lines changed: 0 additions & 3 deletions
This file was deleted.
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import { AnimatePresence, motion } from 'framer-motion'
1+
import { AnimatePresence, motion, useMotionValue } from 'framer-motion'
22

3-
export * from './MotionDiv'
4-
export { AnimatePresence, motion }
3+
export { AnimatePresence, motion, useMotionValue }

0 commit comments

Comments
 (0)