dynamic tournament search

This commit is contained in:
Owen Rees
2023-05-26 14:24:53 +02:00
parent 96eb4e37f1
commit 1407125ba5
4 changed files with 37 additions and 6 deletions
+7
View File
@@ -0,0 +1,7 @@
export default function Footer() {
return (
<footer className="w-full bg-gray-800 text-white p-3">
<p>Footer</p>
</footer>
);
}