This website works better with JavaScript.
Home
Explore
Help
Sign In
kornerr
/
check-ios-bus
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
d
many
Михаил Капелько
10 months ago
parent
f5fd715e3e
commit
21fcb9af4a
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
src/App.swift
+ 2
- 1
src/App.swift
View File
@@ -8,9 +8,10 @@ import UIKit
struct Content: View {
var body: some View {
MeetupId.V()
Divider()
MicItem.V()
Divider()
MicItem.V("1")
MicItem.V("2")
}
}
Write
Preview
Loading…
Cancel
Save