import React from 'react'; import { motion } from 'framer-motion'; const Footer: React.FC = () => { return ( ); }; export default Footer;