mirror of
https://github.com/KeyKeeperApp/KeyKeeper.git
synced 2026-05-02 04:46:31 +03:00
remove unnecessary usings
This commit is contained in:
@@ -1,7 +1,5 @@
|
|||||||
using System;
|
using System;
|
||||||
using Avalonia.Controls;
|
using Avalonia.Controls;
|
||||||
using KeyKeeper.PasswordStore;
|
|
||||||
using KeyKeeper.PasswordStore.Crypto;
|
|
||||||
|
|
||||||
namespace KeyKeeper;
|
namespace KeyKeeper;
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,3 @@
|
|||||||
using System;
|
|
||||||
using System.Threading.Tasks;
|
|
||||||
using CommunityToolkit.Mvvm.Input;
|
|
||||||
using KeyKeeper.PasswordStore;
|
using KeyKeeper.PasswordStore;
|
||||||
|
|
||||||
namespace KeyKeeper.ViewModels;
|
namespace KeyKeeper.ViewModels;
|
||||||
|
|||||||
Reference in New Issue
Block a user