- Created a Diagnostics component;
- Corrected the history code;
This commit is contained in:
@@ -6,6 +6,8 @@ export interface User {
|
||||
profilePicture: string;
|
||||
id: string;
|
||||
experience: number;
|
||||
isFirstLogin: boolean;
|
||||
focus: "academic" | "general";
|
||||
type: Type;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user