SplashScreen
CI / build-and-test (push) Canceled after 0s

This commit is contained in:
2026-09-01 22:51:50 +02:00
parent 4af83c3e68
commit 1d9521fc60
4 changed files with 59 additions and 21 deletions
@@ -0,0 +1,8 @@
using Avalonia.Controls;
namespace LehrerApp.Desktop.Views;
public partial class SplashWindow : Window
{
public SplashWindow() => InitializeComponent();
}