File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed
Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -68,6 +68,7 @@ const App = () => (
6868 < Route path = "/verify" element = { < ProtectedRoute > < DrugVerification /> </ ProtectedRoute > } />
6969 < Route path = "/interactions" element = { < ProtectedRoute > < DrugInteractions /> </ ProtectedRoute > } />
7070 < Route path = "/prescription-scanner" element = { < ProtectedRoute > < PrescriptionScanner /> </ ProtectedRoute > } />
71+ < Route path = "/prescriptions" element = { < Navigate to = "/prescription-scanner" replace /> } />
7172 < Route path = "/history" element = { < ProtectedRoute > < MedicalHistory /> </ ProtectedRoute > } />
7273 < Route path = "/safety" element = { < ProtectedRoute > < SafetyScore /> </ ProtectedRoute > } />
7374 < Route path = "/pharmacist" element = { < ProtectedRoute > < PharmacistVerification /> </ ProtectedRoute > } />
You can’t perform that action at this time.
0 commit comments