documenso/apps/web/src/components/motion.tsx
2023-11-06 13:01:09 +11:00

7 lines
125 B
TypeScript

'use client';
import { motion } from 'framer-motion';
export * from 'framer-motion';
export const MotionDiv = motion.div;