1 2 3 4 5 6
import SwiftUI struct PostGridTab: Identifiable { let id = UUID() let manager: BooruManager }