WIP
This commit is contained in:
@@ -99,3 +99,10 @@ struct ActionsView: View {
|
||||
bridgeModule.start(workout: workout)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
struct ActionsView_Previews: PreviewProvider {
|
||||
static var previews: some View {
|
||||
ActionsView(workout: PreviewData.workout(), showAddToCalendar: true)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user