- Updated the profile level component to be by itself;
- Made a rough experience and label calculator;
This commit is contained in:
4
src/interfaces/user.ts
Normal file
4
src/interfaces/user.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export interface User {
|
||||
profilePicture: string;
|
||||
experience: number;
|
||||
}
|
||||
Reference in New Issue
Block a user