Skip to content

Commit

Permalink
Removed duplicated item in the Core section from the Gallery (#12997)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsuarezruiz authored Jan 30, 2023
1 parent e94aa3a commit 94c794a
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,6 @@ protected override IEnumerable<SectionModel> CreateItems() => new[]
new SectionModel(typeof(FocusPage), "Focus Management",
"Focus and onfocus views, detect when a view gains focus and more."),

new SectionModel(typeof(FocusPage), "Focus Management",
"Focus and onfocus views, detect when a view gains focus and more."),

new SectionModel(typeof(GesturesPage), "Gestures",
"Use tap, pinch, pan, swipe, drag and drop, and pointer gestures on View instances."),

Expand Down

0 comments on commit 94c794a

Please sign in to comment.