fix
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
import NotesPanel from '@/pages/patients/NotesPanel.vue'
|
||||
import PatienTabOverview from '@/pages/patients/PatienTabOverview.vue'
|
||||
import PatientBioPanel from '@/pages/patients/PatientBioPanel.vue'
|
||||
import PatientProfile from '@/pages/patients/PatientProfile.vue'
|
||||
import PatientProfile from '@/pages/patients/patientprofile.vue'
|
||||
import PrescriptionPanel from '@/pages/patients/PrescriptionPanel.vue'
|
||||
|
||||
import { useStore } from 'vuex'
|
||||
|
@@ -141,7 +141,7 @@ export const routes = [
|
||||
{
|
||||
path: '/admin/providers/patientprofile/:id',
|
||||
name: 'admin-providers-patientprofile',
|
||||
component: () => import('@/pages/patients/PatientProfile.vue'),
|
||||
component: () => import('@/pages/patients/patientprofile.vue'),
|
||||
},
|
||||
{
|
||||
path: '/apps/email/filter/:filter',
|
||||
|
Reference in New Issue
Block a user