add healty page

This commit is contained in:
SwiftyOS
2024-12-10 15:42:16 +01:00
parent afd809f68a
commit 0fb33f6cb7

View File

@@ -0,0 +1,7 @@
export default function HealthPage() {
return (
<div>
Yay im healthy
</div>
);
}