Ignore:
Timestamp:
05/05/26 13:56:31 (4 hours ago)
Author:
veronika-ils <ilioskaveronika@…>
Branches:
master
Parents:
92e7c7a
Message:

Added form for clinics

File:
1 edited

Legend:

Unmodified
Added
Removed
  • petify-frontend/src/router/index.ts

    r92e7c7a rfa32d0f  
    1010import AdminListingsView from '@/views/AdminListingsView.vue'
    1111import ClinicDashboardView from '@/views/ClinicDashboardView.vue'
     12import ClinicApplicationView from '@/views/ClinicApplicationView.vue'
    1213
    1314const router = createRouter({
     
    3839      name: 'clinic-dashboard',
    3940      component: ClinicDashboardView,
     41    },
     42    {
     43      path: '/clinic-application',
     44      name: 'clinic-application',
     45      component: ClinicApplicationView,
    4046    },
    4147    {
Note: See TracChangeset for help on using the changeset viewer.