Skip to content

Commit

Permalink
Merge pull request #43 from Jinxiansen/revert-38-master
Browse files Browse the repository at this point in the history
Revert "Menus"
  • Loading branch information
Jinxiansen authored Feb 17, 2024
2 parents 530b149 + fc3f9c3 commit d8192c1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 71 deletions.
3 changes: 0 additions & 3 deletions Example/Example/ContentView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,6 @@ struct ContentView : View {
NavigationLink(destination: FormPage(firstName: "", lastName: "")) {
PageRow(title: "Form",subTitle: "表单视图")
}
NavigationLink(destination: MenuPage()) {
PageRow(title: "Menu",subTitle: "Menu Page")
}
}
Section(header: Text("导航视图")) {
NavigationLink(destination: NavigationViewPage()) {
Expand Down
68 changes: 0 additions & 68 deletions Example/Example/Page/Container/MenuPage.swift

This file was deleted.

0 comments on commit d8192c1

Please sign in to comment.