mirror of
https://github.com/aaru-dps/RedBookPlayer.git
synced 2025-12-16 19:24:41 +00:00
Fix build because of missing namespaces
This commit is contained in:
@@ -2,7 +2,7 @@ using System;
|
||||
using System.IO;
|
||||
using System.Text.Json;
|
||||
using Avalonia.Input;
|
||||
using RedBookPlayer.GUI;
|
||||
using RedBookPlayer.GUI.Views;
|
||||
|
||||
namespace RedBookPlayer.GUI
|
||||
{
|
||||
|
||||
@@ -11,6 +11,7 @@ using Avalonia.Media.Imaging;
|
||||
using Avalonia.Platform;
|
||||
using Avalonia.Threading;
|
||||
using ReactiveUI;
|
||||
using RedBookPlayer.GUI.Views;
|
||||
using RedBookPlayer.Models.Hardware;
|
||||
|
||||
namespace RedBookPlayer.GUI.ViewModels
|
||||
|
||||
Reference in New Issue
Block a user