11 lines
193 B
Plaintext
11 lines
193 B
Plaintext
@page "/settings/glaeser"
|
|
@using Microsoft.AspNetCore.Components.Sections
|
|
|
|
<SectionContent SectionId="TopRow.Title">
|
|
<label>Einstellungen - Gläser</label>
|
|
</SectionContent>
|
|
|
|
@code {
|
|
|
|
}
|