mirror of
https://github.com/documenso/documenso.git
synced 2025-11-20 11:41:44 +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;
|