Editor/Diagnostics/PerfProbes.cs
namespace Grains.RazorDesigner.Diagnostics;

internal static class PerfProbes
{
	public static bool Enabled = true;
}