feat: bump client-services (accumulated feature work + deploy fixes)
Snapshot of in-progress work across local_backend, manager_dashboard, and waiter_pwa (pricing, chat, fiscal, prep zones, recovery codes, CRM, inventory, permissions), plus the nginx/docker-compose deploy fixes for the Unraid + NPM reverse-proxy setup. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
9
manager_dashboard/src/pages/reports/TodayPage.jsx
Normal file
9
manager_dashboard/src/pages/reports/TodayPage.jsx
Normal file
@@ -0,0 +1,9 @@
|
||||
import Today from './restaurant/Today'
|
||||
|
||||
export default function TodayPage() {
|
||||
return (
|
||||
<div className="flex flex-col h-full min-h-0">
|
||||
<Today />
|
||||
</div>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user