use explicit nested routes for settings and wallet CMS tabs.

This commit is contained in:
2026-09-06 16:08:02 +02:00
parent 82932ce7c8
commit 564b016f47
3 changed files with 22 additions and 5 deletions
+2 -1
View File
@@ -7,7 +7,8 @@ export const ROUTE_NAMES = {
DiscountCodes: 'DiscountCodes',
ShopSettings: 'ShopSettings',
Notifications: 'Notifications',
Wallet: 'Wallet',
MoneroWallet: 'MoneroWallet',
BitcoinWallet: 'BitcoinWallet',
Orders: 'Orders',
OrderDetail: 'OrderDetail'
} as const;