Initial commit to new repository
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
using System;
|
||||
|
||||
namespace AxCopilot.Handlers;
|
||||
|
||||
internal record NoteEntry(DateTime SavedAt, string Content);
|
||||
Reference in New Issue
Block a user