Skip to content

Commit

Permalink
🌲 Update
Browse files Browse the repository at this point in the history
  • Loading branch information
muukii committed Sep 9, 2022
1 parent 7a12a4e commit 3e06e94
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions Sources/WrapLayout/WrapLayout.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import SwiftUI

@available(iOS 16, *)
public struct Wrap: Layout {
public struct WrapLayout: Layout {

public struct CacheStorage {

Expand Down Expand Up @@ -164,14 +164,11 @@ struct BookWrapLayout: View {
HStack {
VStack {

Wrap {
WrapLayout {

Group {
content("👨🏻👨🏻👨🏻👨🏻👨🏻👨🏻👨🏻👨🏻👨🏻👨🏻👨🏻👨🏻👨🏻👨🏻👨🏻👨🏻👨🏻👨🏻👨🏻👨🏻👨🏻👨🏻👨🏻👨🏻👨🏻")
content("👨🏻🐵👨🏻👨🏻👨🏻")
content("👨🏻👨🏻")
content("👨🏻👨🏻👨🏻")
content("👨🏻👨🏻")
content("👨🏻👨🏻👨🏻👨🏻")
content("👨🏻👨🏻👨🏻👨🏻👨🏻👨🏻")
content("🐵🍌")
Expand Down

0 comments on commit 3e06e94

Please sign in to comment.