@* Lightweight placeholders for routes that Phase 6/7/8 will replace. Keeping them here means the navigation drawer is fully wired today; later phases just convert each @page block into a real component file. *@ @inject IStringLocalizer L
@Surface

@Title

Coming in a later phase. The visual language defined in Phase 5 will carry through unchanged.

@code { [Parameter] public string Surface { get; set; } = string.Empty; [Parameter] public string Title { get; set; } = string.Empty; }