mirror of
https://github.com/documenso/documenso.git
synced 2025-11-13 00:03:33 +10:00
8 lines
125 B
TypeScript
8 lines
125 B
TypeScript
'use client';
|
|
|
|
import { motion } from 'framer-motion';
|
|
|
|
export * from 'framer-motion';
|
|
|
|
export const MotionDiv = motion.div;
|