organize theme components into folders
This commit is contained in:
12
Oqtane.Client/Themes/OqtaneTheme/Layouts/SinglePane.razor
Normal file
12
Oqtane.Client/Themes/OqtaneTheme/Layouts/SinglePane.razor
Normal file
@ -0,0 +1,12 @@
|
||||
@namespace Oqtane.Themes.OqtaneTheme
|
||||
@inherits LayoutBase
|
||||
|
||||
<div class="row px-4">
|
||||
<Pane Name="Content" />
|
||||
</div>
|
||||
|
||||
@code {
|
||||
public override string Name => "Single Pane";
|
||||
|
||||
public override string Panes => "Content";
|
||||
}
|
Reference in New Issue
Block a user