feat: Working on layout / css.

This commit is contained in:
2025-01-15 14:31:36 -05:00
parent cf28e52fa2
commit 24570e7191
15 changed files with 285 additions and 118 deletions

View File

@@ -77,6 +77,11 @@ public extension User {
}
}
struct Update: Codable, Equatable, Sendable {
public let username: String?
public let email: String?
}
}
// public extension User {