[CHANGE] Updated layouts && configured rendermode
This commit is contained in:
9
ImportUI/Components/Layout/MainLayout.razor.cs
Normal file
9
ImportUI/Components/Layout/MainLayout.razor.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using Microsoft.AspNetCore.Components;
|
||||
|
||||
namespace ImportUI.Components.Layout;
|
||||
|
||||
public partial class MainLayout
|
||||
{
|
||||
[CascadingParameter]
|
||||
public ApplicationLayout? ApplicationLayout { get; set; }
|
||||
}
|
Reference in New Issue
Block a user