9 lines
296 B
Plaintext
9 lines
296 B
Plaintext
@inherits Fluxor.Blazor.Web.Components.FluxorLayout
|
|
|
|
@code {
|
|
public static readonly SectionOutlet Top = new();
|
|
public static readonly SectionOutlet Bottom = new();
|
|
public static readonly SectionOutlet MainTop = new();
|
|
public static readonly SectionOutlet MainBottom = new();
|
|
}
|