Files
open-gsio/packages/client/src/components/chat/messages/MotionBox.tsx
2025-06-24 17:32:59 -04:00

5 lines
109 B
TypeScript

import { Box } from '@chakra-ui/react';
import { motion } from 'framer-motion';
export default motion(Box);