11 lines
198 B
Plaintext
11 lines
198 B
Plaintext
@namespace AdamGais.Module.AnmeldeTool
|
|
@inherits ModuleBase
|
|
@inject NavigationManager NavigationManager
|
|
@inject IStringLocalizer<Anmeldetool> Localizer
|
|
|
|
<h1>ANMELDETOOL.razor!!!</h1>
|
|
|
|
@code {
|
|
|
|
}
|