improvement: dashboard UX improved

This commit is contained in:
2026-04-30 18:49:23 +03:30
parent c2be551a04
commit b6bd4b47be
10 changed files with 232 additions and 45 deletions

View File

@@ -0,0 +1,10 @@
export default function TreatmentPage() {
return (
<div className="space-y-3">
<h1 className="text-2xl font-semibold text-text-primary">Treatment</h1>
<p className="text-sm text-text-secondary">
Treatment module is coming soon.
</p>
</div>
);
}