Moved App.UI.Models to App.UI.ViewModels
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
using Adw;
|
||||
using App.UI.Models;
|
||||
using App.UI.ViewModels;
|
||||
|
||||
namespace App.UI;
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
using System.ComponentModel;
|
||||
|
||||
namespace App.UI.Models;
|
||||
namespace App.UI.ViewModels;
|
||||
|
||||
public class PasswordStoreShortcut : INotifyPropertyChanged
|
||||
{
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace App.UI.Models;
|
||||
namespace App.UI.ViewModels;
|
||||
|
||||
using Adw;
|
||||
using Gtk;
|
||||
Reference in New Issue
Block a user