feat(WEB-169): get profile data from API
This commit is contained in:
6
types/components/myPages/myProfile/container.ts
Normal file
6
types/components/myPages/myProfile/container.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import type { CardProps } from "./card/card"
|
||||
import type { User } from "@/types/user"
|
||||
|
||||
export interface ContainerProps extends CardProps {
|
||||
user: User
|
||||
}
|
||||
@@ -1,5 +0,0 @@
|
||||
import type { User } from "@/types/user"
|
||||
|
||||
export interface ProfileProps extends React.HTMLAttributes<HTMLElement> {
|
||||
user: User
|
||||
}
|
||||
Reference in New Issue
Block a user