feat(MED-50): initial analysis package orders table

This commit is contained in:
2025-07-24 08:06:33 +03:00
parent 57e30911e9
commit 66760adc06
8 changed files with 164 additions and 1 deletions

View File

@@ -59,8 +59,8 @@ const pathsConfig = PathsSchema.parse({
selectPackage: '/select-package',
booking: '/home/booking',
orderAnalysisPackage: '/home/order-analysis-package',
myOrders: '/home/order',
// these routes are added as placeholders and can be changed when the pages are added
myOrders: '/my-orders',
analysisResults: '/home/analysis-results',
orderAnalysis: '/order-analysis',
orderHealthAnalysis: '/order-health-analysis',