diff --git a/src/Mobile/eShopOnContainers/eShopOnContainers.Core/App.xaml.cs b/src/Mobile/eShopOnContainers/eShopOnContainers.Core/App.xaml.cs index 207d076f9..de5d62536 100644 --- a/src/Mobile/eShopOnContainers/eShopOnContainers.Core/App.xaml.cs +++ b/src/Mobile/eShopOnContainers/eShopOnContainers.Core/App.xaml.cs @@ -3,7 +3,6 @@ using eShopOnContainers.Core.Services.Dependency; using eShopOnContainers.Core.Services.Location; using eShopOnContainers.Core.Services.Settings; using eShopOnContainers.Core.ViewModels.Base; -using eShopOnContainers.Services; using System; using System.Diagnostics; using System.Globalization; @@ -105,4 +104,4 @@ namespace eShopOnContainers await locationService.UpdateUserLocation(location, _settingsService.AuthAccessToken); } } -} \ No newline at end of file +}