init
This commit is contained in:
@@ -10,10 +10,10 @@ import SwiftData
|
||||
|
||||
struct HomeView: View {
|
||||
var body: some View {
|
||||
ScrollView{
|
||||
VStack(alignment: .leading, content: {
|
||||
ScrollView {
|
||||
ZStack(alignment: .leading) {
|
||||
UserCardComponent()
|
||||
})
|
||||
}
|
||||
}
|
||||
.background(Color.orange)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user