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

@@ -28,3 +28,9 @@ struct InfoView: View {
}
}
}
struct InfoView_Previews: PreviewProvider {
static var previews: some View {
InfoView(workout: PreviewData.workout())
}
}