Footer.js 195 Bytes
Newer Older
1
2
const Footer = () => {
    return (
3
4
        <div className="text-center py-3" style={{ backgroundColor: "#a0a0a0" }}>
            () butter studio
5
6
7
8
9
        </div>
    )
}

export default Footer