Changeset fa32d0f for petify-frontend/src/router/index.ts
- Timestamp:
- 05/05/26 13:56:31 (4 hours ago)
- Branches:
- master
- Parents:
- 92e7c7a
- File:
-
- 1 edited
-
petify-frontend/src/router/index.ts (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
petify-frontend/src/router/index.ts
r92e7c7a rfa32d0f 10 10 import AdminListingsView from '@/views/AdminListingsView.vue' 11 11 import ClinicDashboardView from '@/views/ClinicDashboardView.vue' 12 import ClinicApplicationView from '@/views/ClinicApplicationView.vue' 12 13 13 14 const router = createRouter({ … … 38 39 name: 'clinic-dashboard', 39 40 component: ClinicDashboardView, 41 }, 42 { 43 path: '/clinic-application', 44 name: 'clinic-application', 45 component: ClinicApplicationView, 40 46 }, 41 47 {
Note:
See TracChangeset
for help on using the changeset viewer.
