ADD Dropdown component for user actions
This commit is contained in:
@@ -15,7 +15,8 @@ type APIResponse = {
|
||||
|
||||
type User = {
|
||||
name: string,
|
||||
email: string
|
||||
email: string,
|
||||
profilePicture: string
|
||||
}
|
||||
|
||||
export type {
|
||||
|
||||
Reference in New Issue
Block a user