From 5badb8c384fe940a53ced8985b199642b22d4c8c Mon Sep 17 00:00:00 2001 From: doulos76 Date: Fri, 20 Jun 2025 09:51:19 +0900 Subject: [PATCH] fix Example1ContentView Previews --- SnapToScrollDemo/Sources/Example1/Example1ContentView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() } }