Files
Brandon Williams 307c851709 New tutorial: Building SyncUps. (#3039)
* New tutorial: Building SyncUps.

* fix

* clean up

* wip

* wip

* wip

* wip

* wip

---------

Co-authored-by: Stephen Celis <stephen@stephencelis.com>
2024-05-08 11:15:50 -07:00

7 lines
89 B
Swift

import SwiftUI
struct MeetingView: View {
let meeting: Meeting
let syncUp: SyncUp
}