generated from Gallardo7761/miarma-template-full
11 lines
244 B
JavaScript
11 lines
244 B
JavaScript
import '@/css/Footer.css'
|
|
|
|
const Footer = () => (
|
|
<footer className="text-center py-5">
|
|
<span className="skull-icon mb-2">☠</span>
|
|
<p className="m-0">Adeptus Miniaturium © 41st Millennium</p>
|
|
</footer>
|
|
);
|
|
|
|
export default Footer;
|