- Updated the profile level component to be by itself;

- Made a rough experience and label calculator;
This commit is contained in:
Tiago Ribeiro
2023-03-07 19:14:37 +00:00
parent 84839c8bc9
commit aa869dd2ce
5 changed files with 81 additions and 24 deletions

4
src/interfaces/user.ts Normal file
View File

@@ -0,0 +1,4 @@
export interface User {
profilePicture: string;
experience: number;
}