This commit is contained in:
Михаил Капелько
2024-01-06 18:31:59 +03:00
parent 56512ca26a
commit f3807b76f6
5 changed files with 29 additions and 10 deletions

View File

@@ -4,9 +4,9 @@ import UIKit
struct Content: View {
var body: some View {
MeetupId.V()
MeetupId.V("")
Divider()
MeetupId.V()
MeetupId.V("abc")
}
}