refactor: remove redundant PlanConstants from UI.Shared (moved to Application)
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
namespace NexusReader.UI.Shared.Constants;
|
||||
|
||||
public static class PlanConstants
|
||||
{
|
||||
public const string DefaultPlanName = "Free";
|
||||
public const int DefaultTokenLimit = 1000;
|
||||
public const string DefaultActivityLabel = "Brak aktywności";
|
||||
}
|
||||
Reference in New Issue
Block a user