import React from 'react' import styled from '@emotion/styled' import { Grid, Typography } from '@mui/material'; const CustomDiv = styled.div` background-color: black; color: white; height: 50px; width: 100% `; const BottomBar = () => { return ( Phone: 530-368-6616 Email: mrheffern@gmail.com ) } export default BottomBar