Skip to content

Commit 7c6ab5c

Browse files
authored
Add SwiftUI Preview for Showcase (#338)
1 parent 2c6b476 commit 7c6ab5c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Examples/Showcase/Showcase/App.swift

+6
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,9 @@ struct App: SwiftUI.App {
2323
}
2424
}
2525
#endif
26+
27+
#if swift(>=5.9)
28+
#Preview {
29+
AppView()
30+
}
31+
#endif

0 commit comments

Comments
 (0)