diff --git a/SnapToScrollDemo/Sources/Example1/Example1ContentView.swift b/SnapToScrollDemo/Sources/Example1/Example1ContentView.swift index ffb7934..c7ad136 100644 --- a/SnapToScrollDemo/Sources/Example1/Example1ContentView.swift +++ b/SnapToScrollDemo/Sources/Example1/Example1ContentView.swift @@ -30,6 +30,6 @@ struct Example1ContentView: View { struct Example1ContentView_Previews: PreviewProvider { static var previews: some View { - Example2ContentView() + Example1ContentView() } }