Skip to content

Commit a44deb2

Browse files
committed
removed extra PageRow that was accidentally added
1 parent e72b79a commit a44deb2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Example/Example/ContentView.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ struct ContentView : View {
5252
}
5353
NavigationLink(destination: NavigationButtonPage()) {
5454
PageRow(title: "NavigationButton",subTitle: "按下时触发导航跳转的按钮")
55-
PageRow(title: "NavigationButton",subTitle: "按下时触发导航跳转的按钮")
5655
}
5756
NavigationLink(destination: Text("I'm Text")) {
5857
PageRow(title: "PresentationButton",subTitle: "触发时显示内容的按钮控件")

0 commit comments

Comments
 (0)