@page "/install/configure" @namespace Wabbajack.App.Blazor.Pages
@if (ModlistImage is not null) { }
@if (Modlist is not null) {
@if (ModlistImage is not null) { }
}
Target Modlist Install Location Download Location
@ModlistPath.ToString() @InstallPath.ToString() @DownloadPath.ToString()
Install
@code { public const string Route = "/install/configure"; }