Browse Source

Unused namespace removed.

pull/171/head
David Britch 7 years ago
parent
commit
5563da46b5
1 changed files with 0 additions and 3 deletions
  1. +0
    -3
      src/Mobile/eShopOnContainers/eShopOnContainers.Core/Helpers/Settings.cs

+ 0
- 3
src/Mobile/eShopOnContainers/eShopOnContainers.Core/Helpers/Settings.cs View File

@ -1,4 +1,3 @@
using eShopOnContainers.Core.ViewModels.Base;
using Plugin.Settings;
using Plugin.Settings.Abstractions;
@ -32,7 +31,6 @@ namespace eShopOnContainers.Core.Helpers
#endregion
public static string AuthAccessToken
{
get
@ -57,7 +55,6 @@ namespace eShopOnContainers.Core.Helpers
}
}
public static bool UseMocks
{
get


Loading…
Cancel
Save