This commit is contained in:
focp212@naver.com
2025-10-26 01:28:47 +09:00
parent 7e5f1e71a7
commit 00aec7656e
34 changed files with 930 additions and 319 deletions

View File

@@ -164,6 +164,10 @@ export const ROUTE_NAMES = {
},
xkeypad: '/xkeypad',
xkeypadSample: '/xkeypad-sample',
taxInvoice: {
base: '/tax-invoice/*',
sample: 'sample'
}
};
export type RouteNamesType = typeof ROUTE_NAMES;