feat(MED-50): add placeholder pages

This commit is contained in:
2025-07-24 08:38:30 +03:00
parent 349e3e3143
commit f26085e362
3 changed files with 58 additions and 3 deletions

View File

@@ -60,10 +60,9 @@ const pathsConfig = PathsSchema.parse({
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
analysisResults: '/home/analysis-results',
orderAnalysis: '/order-analysis',
orderHealthAnalysis: '/order-health-analysis',
orderAnalysis: '/home/order-analysis',
orderHealthAnalysis: '/home/order-health-analysis',
},
} satisfies z.infer<typeof PathsSchema>);