feat: confirm access page and persist redux store

This commit is contained in:
2025-07-24 10:23:53 +04:00
parent d844e82785
commit 27bb7c3ebc
19 changed files with 491 additions and 91 deletions

4
enums/ServiceCode.ts Normal file
View File

@ -0,0 +1,4 @@
export enum ServiceCode {
CRM = "crm",
UNDEFINED = "",
}