Skip to content

Commit 87d7175

Browse files
change previews order
1 parent d62c05a commit 87d7175

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Examples/DemosApp/DemosApp/Core/App.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,15 @@ struct App: View {
4141
NavigationLinkWithTitle("Loading") {
4242
LoadingPreview()
4343
}
44-
NavigationLinkWithTitle("Progress Bar") {
45-
ProgressBarPreview()
46-
}
4744
NavigationLinkWithTitle("Modal (Bottom)") {
4845
BottomModalPreview()
4946
}
5047
NavigationLinkWithTitle("Modal (Center)") {
5148
CenterModalPreview()
5249
}
50+
NavigationLinkWithTitle("Progress Bar") {
51+
ProgressBarPreview()
52+
}
5353
NavigationLinkWithTitle("Radio Group") {
5454
RadioGroupPreview()
5555
}

0 commit comments

Comments
 (0)