import React from 'react'; import { Box, Typography } from '@mui/material'; const Footer = () => { return ( theme.palette.mode === 'light' ? theme.palette.grey[200] : theme.palette.grey[800], textAlign: 'center', borderTop: (theme) => `1px solid ${theme.palette.divider}`, }} > © ehchadservices.com 2025 ); };; export default Footer;