refactor: Removed unused files.

This commit is contained in:
real-zony 2024-06-28 12:23:48 +08:00
parent 7bd1915f11
commit 888c7f511b
2 changed files with 0 additions and 11 deletions

View File

@ -1,5 +0,0 @@
// namespace ZonyLrcTools.Common.MusicScanner;
//
// public class QQMusicSongListMusicScanner : IMusicScanner
// {
// }

View File

@ -1,6 +0,0 @@
namespace ZonyLrcTools.Desktop.ViewModels;
public class MainWindowViewModel : ViewModelBase
{
public string Greeting => "Welcome to Avalonia!";
}