Chat Dep
Results
1
issues of
Chat Dep
```swift struct ContentView: View { // Setup init() { UITableView.appearance().backgroundColor = .clear // UITableViewCell.appearance().backgroundColor = .clear } var body: some View { NavigationView{ Sidebar() .navigationTitle("Recon") GridStack(minCellWidth: 300, spacing: 2, numItems:...