subscriptions page added

This commit is contained in:
2024-03-08 20:48:31 +01:00
Unverified
parent 032c08a810
commit 70fdc10f50
14 changed files with 216 additions and 1 deletions

View File

@@ -0,0 +1,13 @@
using CommunityToolkit.Mvvm.ComponentModel;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace VDownload.Core.ViewModels.Subscriptions
{
public class SubscriptionsViewModel : ObservableObject
{
}
}