Initial commit

This commit is contained in:
Stone_Red
2026-02-27 00:27:08 +01:00
commit c783e9fb9c
38 changed files with 1248 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
using Avalonia.Controls;
namespace Decho.Views;
public partial class MessageComposerView : UserControl
{
public MessageComposerView()
{
InitializeComponent();
}
}