using Microsoft.AspNetCore.Components; namespace ImportUI.Components.Layout; public partial class MainLayout { [CascadingParameter] public ApplicationLayout? ApplicationLayout { get; set; } }