feat(WEB-167): update my pages layout to MVP wireframes
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import type { User } from "@/types/user"
|
||||
|
||||
export type FriendProps = {
|
||||
user: User
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
import type { User } from "@/types/user"
|
||||
|
||||
export type QualifyingPointsProps = {
|
||||
user: User
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
import type { User } from "@/types/user"
|
||||
|
||||
export type StatsProps = {
|
||||
user: User
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
import type { User } from "@/types/user"
|
||||
|
||||
export type TotalPointsProps = {
|
||||
user: User
|
||||
}
|
||||
Reference in New Issue
Block a user