util: add separate_images and separate_invoices

This commit is contained in:
Suhail Saqan
2023-06-01 14:49:56 -05:00
committed by William Casarin
parent 40459e247e
commit d39a3da3b7
2 changed files with 24 additions and 1 deletions

View File

@@ -93,7 +93,7 @@ struct FollowingView: View {
/*
struct FollowingView_Previews: PreviewProvider {
static var previews: some View {
FollowingView(contact: <#NostrEvent#>, damus_state: <#DamusState#>)
FollowingView(damus_state: test_damus_state, following: test_following_model)
}
}
*/