Михаил Капелько 10 months ago
parent
commit
21fcb9af4a
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      src/App.swift

+ 2
- 1
src/App.swift View File

@@ -8,9 +8,10 @@ import UIKit
struct Content: View { struct Content: View {
var body: some View { var body: some View {
MeetupId.V() MeetupId.V()
Divider()
MicItem.V() MicItem.V()
Divider()
MicItem.V("1") MicItem.V("1")
MicItem.V("2")
} }
} }




Loading…
Cancel
Save