Skip to content

Commit

Permalink
Merge pull request #27 from spon-us/chore/#26
Browse files Browse the repository at this point in the history
[#26] rebase test
  • Loading branch information
kimsoomin20221789 authored Jan 16, 2024
2 parents 51d095e + 04cf048 commit 1d0bdb9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Spon-us/View/SearchView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ struct SearchView: View {
return parts
}
}

struct SearchBarView: View {
@Binding var searchData: String
var body: some View {
Expand All @@ -127,6 +128,7 @@ struct SearchBarView: View {
.padding(.vertical, 19)
}
}

struct SponUsDivider: View {
var body: some View {
Rectangle()
Expand Down

0 comments on commit 1d0bdb9

Please sign in to comment.