Skip to content

Commit

Permalink
- add graphics view
Browse files Browse the repository at this point in the history
  • Loading branch information
PureWeen committed Jun 2, 2021
1 parent dee2a3a commit 24d6d4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Controls/src/Core/AppHostBuilderExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ public static class AppHostBuilderExtensions
{ typeof(DatePicker), typeof(DatePickerHandler) },
{ typeof(Editor), typeof(EditorHandler) },
{ typeof(Entry), typeof(EntryHandler) },
{ typeof(GraphicsView), typeof(GraphicsViewHandler) },
{ typeof(Image), typeof(ImageHandler) },
{ typeof(Label), typeof(LabelHandler) },
{ typeof(Layout), typeof(LayoutHandler) },
Expand Down

0 comments on commit 24d6d4f

Please sign in to comment.