first commit i guess

This commit is contained in:
Krzysztof KrzysiekSiemv Smaga
2025-03-26 01:01:06 +01:00
commit 321b6a07df
1973 changed files with 119622 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
namespace NoteApp;
public partial class AppShell : Shell
{
public AppShell()
{
InitializeComponent();
}
}