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

@@ -364,6 +364,10 @@ export const PATHS: RouteNamesType = {
},
xkeypad: generatePath(ROUTE_NAMES.xkeypad),
xkeypadSample: generatePath(ROUTE_NAMES.xkeypadSample),
taxInvoice: {
base: generatePath(ROUTE_NAMES.taxInvoice.base),
sample: generatePath(ROUTE_NAMES.taxInvoice.base, ROUTE_NAMES.taxInvoice.sample),
}
};
export const BACK_BLOCKED_PATHS = {