feat(MED-50): add placeholder pages
This commit is contained in:
@@ -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>);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user