@page "/diceThrowing" @attribute [StreamRendering(true)]

DiceThrowing

total: @Total
@foreach (var roll in Rolls) {
@roll
}
@code { }