Rename salesbook
This commit is contained in:
16
salesbook.Shared/Components/Pages/Settings.razor
Normal file
16
salesbook.Shared/Components/Pages/Settings.razor
Normal file
@@ -0,0 +1,16 @@
|
||||
@page "/settings"
|
||||
@page "/settings/{BackTo}"
|
||||
@using salesbook.Shared.Components.Layout
|
||||
|
||||
<HeaderLayout BackTo="@BackTo" Back="true" Title="Impostazioni"/>
|
||||
|
||||
<div class="content">
|
||||
|
||||
</div>
|
||||
|
||||
@code {
|
||||
[Parameter] public string BackTo { get; set; } = "";
|
||||
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user