import ShareDI from "@/components/icons/ShareDI" import { Button } from "@mui/material" function Share() { return (
) } export default Share