ADD Dropdown component for user actions

This commit is contained in:
2025-06-24 22:52:24 +02:00
parent d3dce9ec25
commit 38f3778a6b
8 changed files with 503 additions and 36 deletions

View File

@@ -15,7 +15,8 @@ type APIResponse = {
type User = {
name: string,
email: string
email: string,
profilePicture: string
}
export type {