import React from "react"; //import List from '@material-ui/core/List'; //import ListItem from '@material-ui/core/ListItem'; //borderTop: "1px solid #385F71" const FooterStyle = { right: "0", left: "0", bottom: "0", height: "130px", backgroundColor: "rgba(15, 14, 31, 1)", }; const FooterInfo = { maxWidth: "1150px", minWidth: "768px", textAlign: "center", margin: "auto", }; const hrefStyle = { color: "#bdbdbd", textDecoration: "none", }; const Footer = (props) => { return (
); }; const Box = (props) => { return (

About

Privacy Policy

); }; export default Footer;