import React from "react"; import { Box, Link, Button, BoxProps } from "@chakra-ui/react"; import { Icon } from "@iconify/react"; import { motion } from "framer-motion"; const MotionBox = motion(Box); const Twitter = (): JSX.Element => { return ( ); }; export default Twitter;