improvement: sidebar refactored. COMMING SOON page added for all non-developed tabs.

This commit is contained in:
2026-04-29 14:02:42 +03:30
parent 3c7fcf18b3
commit ae1e4c67de
7 changed files with 137 additions and 57 deletions

View File

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