using Avalonia.ReactiveUI; namespace Artemis.UI.Screens.Device.Leds; public partial class DeviceLedsTabView : ReactiveUserControl { public DeviceLedsTabView() { InitializeComponent(); } }