This PR add ability to locate new admin route under existing route in sidebar. For example, new route Brands   https://github.com/user-attachments/assets/b46b1813-e92e-4b67-84a1-84660023ac7c
9 lines
146 B
TypeScript
9 lines
146 B
TypeScript
export const NESTED_ROUTE_POSITIONS = [
|
|
"/orders",
|
|
"/products",
|
|
"/inventory",
|
|
"/customers",
|
|
"/promotions",
|
|
"/price-lists",
|
|
] as const
|