improvement: dashboard UX improved
This commit is contained in:
10
frontend/src/app/(dashboard)/treatment/page.tsx
Normal file
10
frontend/src/app/(dashboard)/treatment/page.tsx
Normal 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>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user