refactor: remove redundant PlanConstants from UI.Shared (moved to Application)

This commit is contained in:
2026-05-11 18:08:55 +00:00
parent 5fe7024fea
commit 3de2238c93
@@ -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";
}