Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
skorulis-ap committed Dec 13, 2022
1 parent 03980a2 commit e8c5de5
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ final class ColumnBinding: BaseWidget, WidgetColumn, SwiftUIViewBinding {

}


struct ColumnView: View {

@ObservedObject var binding: ColumnBinding
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ struct LazyColumnView: View {
}
.id(binding.randomID)
}

}

struct LazyCell: View {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ final class TextInputBinding: BaseWidget, WidgetTextInput, SwiftUIViewBinding {
}
}
}

}

struct TextInputView: View {
Expand Down

0 comments on commit e8c5de5

Please sign in to comment.