mirror of
https://github.com/C9Glax/tranga-website.git
synced 2025-03-04 16:05:48 +01:00
8 lines
156 B
TypeScript
8 lines
156 B
TypeScript
|
import React from 'react';
|
||
|
|
||
|
export default function Footer(){
|
||
|
return (
|
||
|
<footer>
|
||
|
<p id="madeWith">Made with Blåhaj 🦈</p>
|
||
|
</footer>)
|
||
|
}
|