Footer.js 135 Bytes
Newer Older
1
2
3
4
5
6
7
8
const Footer = () => {
    return (
        <div style={{ backgroundColor: " #808080" }}>
        </div>
    )
}

export default Footer