adding in home page router and bunch of other ui starting to develop things but no backend yet
This commit is contained in:
@@ -0,0 +1 @@
|
||||
export * from "./userInfo.model";
|
||||
@@ -0,0 +1,12 @@
|
||||
export class UserInfo {
|
||||
constructor(
|
||||
public id: string,
|
||||
public email: string,
|
||||
public verifiedEmail: boolean,
|
||||
public name: string,
|
||||
public given_name: string,
|
||||
public family_name: string,
|
||||
public picture: string,
|
||||
public locale: string
|
||||
) {}
|
||||
}
|
||||
Reference in New Issue
Block a user