diff --git a/PCL.Neo/App.axaml.cs b/PCL.Neo/App.axaml.cs index 72326867..46970067 100644 --- a/PCL.Neo/App.axaml.cs +++ b/PCL.Neo/App.axaml.cs @@ -11,7 +11,9 @@ using PCL.Neo.Services; using PCL.Neo.ViewModels; using PCL.Neo.ViewModels.Home; +using PCL.Neo.ViewModels.Online; using PCL.Neo.Views; +using PCL.Neo.Views.Online; using System; using System.Linq; using System.Threading.Tasks; @@ -33,6 +35,7 @@ private static IServiceProvider ConfigureServices() return new ServiceCollection() .AddTransient() .AddTransient().AddTransient() + .AddTransient().AddTransient() .AddSingleton() .AddSingleton() diff --git a/PCL.Neo/Styles/Icons.axaml b/PCL.Neo/Styles/Icons.axaml index efa64496..e9c4e0ff 100644 --- a/PCL.Neo/Styles/Icons.axaml +++ b/PCL.Neo/Styles/Icons.axaml @@ -9,7 +9,7 @@