Recent Items
This commit is contained in:
parent
2529b728ba
commit
f703567aed
10 changed files with 62 additions and 12 deletions
|
|
@ -0,0 +1,9 @@
|
|||
using ReactiveUI;
|
||||
|
||||
namespace InkForge.Common.ViewModels.Landing;
|
||||
|
||||
public record class RecentItemViewModel(
|
||||
DateTimeOffset Created,
|
||||
string Name,
|
||||
DateTimeOffset LastUsed
|
||||
) : ReactiveRecord;
|
||||
Loading…
Add table
Add a link
Reference in a new issue