- init: initial think

This commit is contained in:
2024-12-18 12:37:00 +03:00
commit bb8997938d
24 changed files with 416 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
using Avalonia.Controls;
namespace Nebula.Launcher.Views;
public partial class MainWindow : Window
{
public MainWindow()
{
InitializeComponent();
}
}