aidxnCC/components/docs/pages/MentalHealth.tsx
Aidan efd9ecfa21
Some checks failed
Run ESLint / Run ESLint (pull_request) Failing after 5m2s
func: add docs page + overview and mental health pages
2025-05-10 05:02:12 -04:00

10 lines
189 B
TypeScript

export function MentalHealth() {
return (
<div>
<h1 className="text-4xl font-bold">Mental Health</h1>
<p className="text-gray-400">
---
</p>
</div>
)
}