This commit is contained in:
Trey t
2023-06-19 19:45:15 -05:00
parent e6cc60b064
commit 6761fefc21
6 changed files with 248 additions and 59 deletions

View File

@@ -56,6 +56,9 @@ struct Werkout_iosApp: App {
Label("Accounts", systemImage: "person.fill.turn.down")
}
}
.onAppear{
DataStore.shared.fetchAllData()
}
}
}