@namespace MidrandBooks.Components.Pages @using Microsoft.AspNetCore.Components

404

Page Not Found

The literary masterpiece or digital section you are trying to find doesn't exist or has been relocated to another shelf.

@code { [Parameter] public EventCallback OnBackToHome { get; set; } private async Task HandleBackToHome() { await OnBackToHome.InvokeAsync(); } }