mirror of
https://github.com/documenso/documenso
synced 2026-04-21 13:27:18 +00:00
7 lines
125 B
TypeScript
7 lines
125 B
TypeScript
'use client';
|
|
|
|
import { motion } from 'framer-motion';
|
|
|
|
export * from 'framer-motion';
|
|
|
|
export const MotionDiv = motion.div;
|