File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Examples/DemosApp/DemosApp
ComponentsPreview/PreviewPages Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import ComponentsKit
22import SwiftUI
33import UIKit
44
5- struct CircularProgress : View {
5+ struct CircularProgressPreview : View {
66 @State private var model = CircularProgressVM {
77 $0. label = " 0 "
88 $0. style = . light
@@ -52,5 +52,5 @@ struct CircularProgress: View {
5252}
5353
5454#Preview {
55- CircularProgress ( )
55+ CircularProgressPreview ( )
5656}
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ struct App: View {
2727 CheckboxPreview ( )
2828 }
2929 NavigationLinkWithTitle ( " Circular Progress " ) {
30- CircularProgress ( )
30+ CircularProgressPreview ( )
3131 }
3232 NavigationLinkWithTitle ( " Countdown " ) {
3333 CountdownPreview ( )
You can’t perform that action at this time.
0 commit comments