Open julia8024 opened 1 year ago
LazyVGrid(columns: columns) { ForEach((0...14), id: \.self) { _ in NavigationLink { CafeInfoView() } label: { CafeRow() } } }
CafeView