fixup namespaces (again)

This commit is contained in:
GreemDev 2025-11-22 20:13:15 -06:00
parent beb697b7f7
commit 615b2c8b8a
4 changed files with 5 additions and 6 deletions

View file

@ -10,13 +10,13 @@ using Ryujinx.Ava.Utilities;
using System.Collections.Generic;
using System.Threading.Tasks;
namespace Ryujinx.UI.SetupWizard.Pages
namespace Ryujinx.Ava.UI.SetupWizard.Pages
{
public partial class SetupFirmwarePageViewModel : BaseModel
{
[ObservableProperty]
public partial string FirmwareSourcePath { get; set; }
[RelayCommand]
private static async Task BrowseFile(TextBox tb)
{