[REFACTOR] Name change projects and solution
This commit is contained in:
9
Manager.App/Components/Layout/MainLayout.razor.cs
Normal file
9
Manager.App/Components/Layout/MainLayout.razor.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using Microsoft.AspNetCore.Components;
|
||||
|
||||
namespace Manager.App.Components.Layout;
|
||||
|
||||
public partial class MainLayout
|
||||
{
|
||||
[CascadingParameter]
|
||||
public ApplicationLayout? ApplicationLayout { get; set; }
|
||||
}
|
Reference in New Issue
Block a user