mirror of
https://github.com/TheRealOwenRees/echecsfrance.git
synced 2026-07-23 12:36:57 +00:00
8 lines
146 B
TypeScript
8 lines
146 B
TypeScript
export default function Footer() {
|
|
return (
|
|
<footer className="w-full bg-gray-800 text-white p-3">
|
|
<p>Footer</p>
|
|
</footer>
|
|
);
|
|
}
|