mirror of
https://github.com/geoffsee/open-gsio.git
synced 2025-09-08 22:56:46 +00:00
5 lines
109 B
TypeScript
5 lines
109 B
TypeScript
import { Box } from '@chakra-ui/react';
|
|
import { motion } from 'framer-motion';
|
|
|
|
export default motion(Box);
|