@page "/" @using MP.Stats.Components @using MP.Stats.Data @inject MessageService MessageService

MP STATS

Modulo Statistiche per MoonPro
| | |

 Egalware

@code { protected override Task OnInitializedAsync() { MessageService.ShowSearch = false; MessageService.PageName = "Home"; MessageService.PageIcon = "fa fa-home"; return base.OnInitializedAsync(); } }