mirror of
https://github.com/pointfreeco/swift-composable-architecture.git
synced 2025-12-20 09:11:33 +01:00
* New tutorial: Building SyncUps. * fix * clean up * wip * wip * wip * wip * wip --------- Co-authored-by: Stephen Celis <stephen@stephencelis.com>
7 lines
89 B
Swift
7 lines
89 B
Swift
import SwiftUI
|
|
|
|
struct MeetingView: View {
|
|
let meeting: Meeting
|
|
let syncUp: SyncUp
|
|
}
|