Refactor: remove unused usings

This commit is contained in:
2023-08-03 13:35:18 +02:00
parent 28c1f30d6f
commit 8effeeb2fa
37 changed files with 7 additions and 74 deletions

View File

@@ -1,5 +1,3 @@
using MvvmGen;
namespace FileTime.App.CommandPalette.ViewModels;
namespace FileTime.App.CommandPalette.ViewModels;
public record CommandPaletteEntryViewModel(string Identifier, string Title, string Shortcuts) : ICommandPaletteEntryViewModel;