From abdd5cf19b7d011638e4e258004bed4f84c0e914 Mon Sep 17 00:00:00 2001 From: Cody Date: Wed, 14 Feb 2024 13:30:41 -0800 Subject: [PATCH] Updates To New Namespace For DynamicComponent Type - Fixes #3753 --- Oqtane.Maui/Head.razor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Oqtane.Maui/Head.razor b/Oqtane.Maui/Head.razor index 7cd81125c..e94898e53 100644 --- a/Oqtane.Maui/Head.razor +++ b/Oqtane.Maui/Head.razor @@ -1,6 +1,6 @@ @code { - Type ComponentType = Type.GetType("Oqtane.Head, Oqtane.Client"); + Type ComponentType = Type.GetType("Oqtane.UI.Head, Oqtane.Client"); }