Skip to content

Commit

Permalink
[chore] #34 fix chipView name
Browse files Browse the repository at this point in the history
  • Loading branch information
codeJiwon committed Jan 16, 2025
1 parent dacb2db commit 10c913f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ struct WithSuhyeonSmallChip: View {
}
}

struct ChipTestView: View {
struct SmallChipTestView: View {
@State private var firstChipState: WithSuhyeonChipState = .unselected
@State private var secondChipState: WithSuhyeonChipState = .selected

Expand Down Expand Up @@ -78,5 +78,5 @@ struct ChipTestView: View {
}

#Preview {
ChipTestView()
SmallChipTestView()
}

0 comments on commit 10c913f

Please sign in to comment.