Removed the app viewModel. Need to find a better structure for the future to fix this issue

This commit is contained in:
Sam DuBois
2022-12-20 09:20:37 -07:00
parent c5761b05d9
commit 3a1d4b1c39
5 changed files with 202 additions and 234 deletions

View File

@@ -62,8 +62,6 @@ struct InnerTimelineRedactedView: View {
struct TimelineView: View {
@EnvironmentObject var viewModel: DamusViewModel
@Binding var events: [NostrEvent]
@Binding var loading: Bool