@page "/SelectInstall" @layout Shared.MainLayout @inject NavigationManager NavigationManager
Browse Gallery Browse the Gallery
Install from File Install from File
Recently downloaded
Living Skyrim
ForgottenGlory
@code { public void Navigate() { NavigationManager.NavigateTo("configure"); } }