import SwiftUI struct PostGridTab: Identifiable { let id = UUID() let manager: BooruManager }