2024-02-28 19:53:53 +01:00

11 lines
193 B
Plaintext

@page "/settings/glasses"
@using Microsoft.AspNetCore.Components.Sections
<SectionContent SectionId="TopRow.Title">
<label>Einstellungen - Gläser</label>
</SectionContent>
@code {
}