Tranga-Website/Website/modules/Footer.tsx

8 lines
156 B
TypeScript
Raw Normal View History

2024-10-18 02:10:58 +02:00
import React from 'react';
export default function Footer(){
return (
<footer>
<p id="madeWith">Made with Blåhaj 🦈</p>
</footer>)
}