remove unnecessary usings

This commit is contained in:
2025-12-05 14:01:23 +03:00
parent 1a5d3e5094
commit 4beca8f286
2 changed files with 0 additions and 5 deletions

View File

@@ -1,7 +1,5 @@
using System;
using Avalonia.Controls;
using KeyKeeper.PasswordStore;
using KeyKeeper.PasswordStore.Crypto;
namespace KeyKeeper;

View File

@@ -1,6 +1,3 @@
using System;
using System.Threading.Tasks;
using CommunityToolkit.Mvvm.Input;
using KeyKeeper.PasswordStore;
namespace KeyKeeper.ViewModels;