2024-12-21 13:11:30 +03:00
|
|
|
|
using Avalonia.Controls;
|
|
|
|
|
|
using CommunityToolkit.Mvvm.ComponentModel;
|
2024-12-18 12:37:00 +03:00
|
|
|
|
|
|
|
|
|
|
namespace Nebula.Launcher.ViewModels;
|
|
|
|
|
|
|
2024-12-21 13:11:30 +03:00
|
|
|
|
public abstract class ViewModelBase : ObservableObject
|
2024-12-18 12:37:00 +03:00
|
|
|
|
{
|
|
|
|
|
|
}
|