import React from 'react'; import './PreFooter.scss'; const PreFooter = () => { return (

MyEtherWallet.com does not hold your keys for you. We cannot access accounts, recover keys, reset passwords, nor reverse transactions. Protect your keys & always check that you are on correct URL. You are responsible for your security.

); }; export default PreFooter;