import React from "react"; import { Stack, Box, Typography, Link } from "@mui/material"; const Footer = () => { return ( <> Copyright {' '} Admash is Proudly Owned by {' '} EnvyTheme ); }; export default Footer;