feat:update web

This commit is contained in:
TuanVT
2026-05-24 23:33:43 +07:00
parent b6ccde2c74
commit b0baa509d9
58 changed files with 4920 additions and 292 deletions
+1
View File
@@ -3,6 +3,7 @@ import { PayloadAction, createSlice } from "@reduxjs/toolkit";
export interface IDataLoginStorage {
usernameStorage: string;
passwordStorage: string;
deviceIdStorage: string;
}
export interface AuthState {