namespace RolemasterDb.App.Components.Tables; public static class TablesDensityMode { public const string Comfortable = "comfortable"; public const string Dense = "dense"; }