Initial commit
This commit is contained in:
11
Oqtane.Client/Skins/SkinObjectBase.cs
Normal file
11
Oqtane.Client/Skins/SkinObjectBase.cs
Normal file
@ -0,0 +1,11 @@
|
||||
using Microsoft.AspNetCore.Components;
|
||||
using Oqtane.Shared;
|
||||
|
||||
namespace Oqtane.Skins
|
||||
{
|
||||
public class SkinObjectBase : ComponentBase
|
||||
{
|
||||
[CascadingParameter]
|
||||
protected PageState PageState { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user