WIP - Sharing

This commit is contained in:
Trey t
2022-02-13 10:20:43 -06:00
parent c85801b099
commit b878d908c4
16 changed files with 877 additions and 289 deletions

View File

@@ -66,7 +66,7 @@ struct ContentView: View {
Label(String(localized: "content_view_tab_filter"), systemImage: "calendar.circle")
}
SharingView()
SharingListView()
.tabItem {
Label(String(localized: "content_view_tab_share"), systemImage: "square.and.arrow.up")
}