added working profile page. set up settings page
This commit is contained in:
parent
d1f51177b3
commit
bfed1c892a
6 changed files with 55 additions and 50 deletions
8
src/types/userProfile.ts
Normal file
8
src/types/userProfile.ts
Normal file
|
@ -0,0 +1,8 @@
|
|||
import type { MovieList } from "~/types/movielist";
|
||||
|
||||
export type UserProfile = {
|
||||
name: string;
|
||||
username: string;
|
||||
date_joined: string;
|
||||
lists: MovieList[];
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue