feat(frontend): update page routes

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
2026-06-18 16:27:17 +01:00
co-authored by Sisyphus
parent 05690af87e
commit bac7cab4a0
12 changed files with 205 additions and 55 deletions
+1 -6
View File
@@ -292,12 +292,7 @@
<UsersCard {openUserModal} />
<BookingsCard {openBookingModal} />
</div>
<TimeBlockers
{openUserModal}
{openBookingModal}
onReschedule={handleReschedule}
{rescheduleVersion}
/>
<TimeBlockers {openUserModal} {openBookingModal} {rescheduleVersion} />
<HolidayHours />
<WeeklySchedule />
<ServicesManagement />