feat: socials in media

This commit is contained in:
aayush262 2024-04-07 00:51:50 +05:30
parent abe3f883ae
commit e49f0dbf32
9 changed files with 119 additions and 16 deletions

View file

@ -5,4 +5,5 @@ data class User(
val name: String,
val pfp: String?,
val banner: String?,
val info: String? = null,
)