import "/src/style.css"; function BottombarView() { return ( <footer> <div> © {new Date().getFullYear()} EcoChargeFinder. All rights reserved. </div> <div> <a href="#/terms">Terms of Service</a> |{" "} <a href="#/privacy">Privacy Policy</a> </div> </footer> ); } export default BottombarView;