Undid most changes from previous commit. Started work on pace conversions to opposite selected measurement system.

This commit is contained in:
Isaac Greene 2022-05-22 21:45:01 -04:00
parent 743d9cff0e
commit fb523742c6
5 changed files with 41 additions and 30 deletions

View file

@ -12,6 +12,7 @@ struct ChangeLog: View {
NavigationView {
List {
Section(header: Text("2022")) {
NavigationLink("May", destination: May2022())
NavigationLink("April", destination: April2022())
}
}