Add List View

This commit is contained in:
2024-05-24 20:45:04 -04:00
parent 2fb236cf97
commit 9f398e5509
6 changed files with 152 additions and 13 deletions

View File

@@ -40,6 +40,11 @@ const routes: RouteRecordRaw[] = [
component: () => import('src/pages/schedule/BoatScheduleView.vue'),
name: 'boat-schedule',
},
{
path: 'list',
component: () => import('src/pages/schedule/ListBookingsPage.vue'),
name: 'list-bookings',
},
{
path: 'manage',
component: () => import('src/pages/schedule/ManageCalendar.vue'),