Skip to content

Commit

Permalink
Updates To New Namespace For DynamicComponent Type - Fixes #3753
Browse files Browse the repository at this point in the history
  • Loading branch information
thabaum authored Feb 14, 2024
1 parent e33fc1a commit abdd5cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Oqtane.Maui/Head.razor
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<DynamicComponent Type="@ComponentType"></DynamicComponent>

@code {
Type ComponentType = Type.GetType("Oqtane.Head, Oqtane.Client");
Type ComponentType = Type.GetType("Oqtane.UI.Head, Oqtane.Client");
}

0 comments on commit abdd5cf

Please sign in to comment.