diff --git a/nuget.config b/nuget.config
index 8c574a4..e353e62 100644
--- a/nuget.config
+++ b/nuget.config
@@ -20,6 +20,7 @@
+
diff --git a/src/ZB.MOM.WW.MxGateway.Server/Dashboard/Components/_Imports.razor b/src/ZB.MOM.WW.MxGateway.Server/Dashboard/Components/_Imports.razor
index 5a1db93..e46b92a 100644
--- a/src/ZB.MOM.WW.MxGateway.Server/Dashboard/Components/_Imports.razor
+++ b/src/ZB.MOM.WW.MxGateway.Server/Dashboard/Components/_Imports.razor
@@ -10,4 +10,5 @@
@using ZB.MOM.WW.MxGateway.Server.Dashboard.Components.Shared
@using ZB.MOM.WW.MxGateway.Server.Security.Authorization
@using ZB.MOM.WW.MxGateway.Server.Workers
+@using ZB.MOM.WW.Theme
@using static Microsoft.AspNetCore.Components.Web.RenderMode
diff --git a/src/ZB.MOM.WW.MxGateway.Server/ZB.MOM.WW.MxGateway.Server.csproj b/src/ZB.MOM.WW.MxGateway.Server/ZB.MOM.WW.MxGateway.Server.csproj
index 0f877b1..2322f48 100644
--- a/src/ZB.MOM.WW.MxGateway.Server/ZB.MOM.WW.MxGateway.Server.csproj
+++ b/src/ZB.MOM.WW.MxGateway.Server/ZB.MOM.WW.MxGateway.Server.csproj
@@ -11,6 +11,7 @@
+