@using Selector.MAUI.Services; @inherits LayoutComponentBase @inject SessionManager session
@if (session.IsLoggedIn) { }
@Body