@using Lux.UI.Components.Compo.Stats @page "/scratch"

Scratch & test page

@if (CurrMode == ControlMode.RealtimeStats) { } else if (CurrMode == ControlMode.HistStats) { } else if (CurrMode == ControlMode.TestSvg) {
@outSvg
}