This commit is contained in:
Михаил Капелько
2024-01-08 09:40:36 +03:00
parent f4bb4e50e3
commit af7ddfa161
3 changed files with 25 additions and 0 deletions

View File

@@ -6,6 +6,9 @@ struct Content: View {
var body: some View {
MeetupId.V()
Divider()
MeetupId.TV("uuid-1")
Divider()
MeetupId.TV("uuid-2")
}
}