11 lines
187 B
Plaintext
11 lines
187 B
Plaintext
@page "/grouping-not-found"
|
|
|
|
|
|
<MudPaper Class="pa-4 ma-2 rounded" Elevation="3">
|
|
<MudText Typo="Typo.h1" Align="Align.Center">Artifact Not Found!</MudText>
|
|
</MudPaper>
|
|
|
|
@code {
|
|
|
|
}
|