update model and remove unuse component

This commit is contained in:
Kenta420-Poom 2023-09-21 14:33:43 +07:00
parent 5a84d89d5d
commit baa66609ee
12 changed files with 12 additions and 330 deletions

View file

@ -1,5 +1,5 @@
export interface User {
email: string;
username: string;
image: string;
name: string;
picture: string;
}