u
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
using Microsoft.JSInterop;
|
||||
using MudBlazor;
|
||||
|
||||
namespace FrontOffice.Main.Shared;
|
||||
public partial class MainLayout
|
||||
{
|
||||
private MudThemeProvider _mudThemeProvider;
|
||||
private async void Back()
|
||||
{
|
||||
await JSRuntime.InvokeVoidAsync("history.back");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user