diff --git a/frontend/dashboard/src/pages/Report/DoctorRating/Index.tsx b/frontend/dashboard/src/pages/Report/DoctorRating/Index.tsx
deleted file mode 100644
index 69ba75c1..00000000
--- a/frontend/dashboard/src/pages/Report/DoctorRating/Index.tsx
+++ /dev/null
@@ -1,37 +0,0 @@
-import { Card, Grid, Container } from '@mui/material';
-import { useParams } from 'react-router-dom';
-import HeaderBreadcrumbs from '@/components/HeaderBreadcrumbs';
-import Page from '@/components/Page';
-import useSettings from '@/hooks/useSettings';
-import List from '../Prescription/List';
-
-export default function DoctorRating(){
- const { themeStretch } = useSettings();
-
- const { id } = useParams();
-
- const pageTitle = 'Doctor Rating';
-
- return(
-
-
-
-
-
-
-
-
- );
-}
\ No newline at end of file
diff --git a/frontend/dashboard/src/pages/Report/DoctorRating/index.tsx b/frontend/dashboard/src/pages/Report/DoctorRating/index.tsx
index 374a2335..69ba75c1 100644
--- a/frontend/dashboard/src/pages/Report/DoctorRating/index.tsx
+++ b/frontend/dashboard/src/pages/Report/DoctorRating/index.tsx
@@ -3,7 +3,7 @@ import { useParams } from 'react-router-dom';
import HeaderBreadcrumbs from '@/components/HeaderBreadcrumbs';
import Page from '@/components/Page';
import useSettings from '@/hooks/useSettings';
-import List from './List_2';
+import List from '../Prescription/List';
export default function DoctorRating(){
const { themeStretch } = useSettings();
@@ -28,7 +28,6 @@ export default function DoctorRating(){
},
]}
/>
-