This commit is contained in:
Trey t
2023-07-07 14:28:37 -05:00
parent 76e8111777
commit aec8696f62
4 changed files with 31 additions and 2 deletions

View File

@@ -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)
}
}