using Artemis.UI.Screens.ProfileEditor.ConfigurationPanels.Items; using ReactiveUI.Avalonia; namespace Artemis.UI.Screens.ProfileEditor.DesignPanels.Items; public partial class ConfigurationNumericItemDesignView : ReactiveUserControl { public ConfigurationNumericItemDesignView() { InitializeComponent(); } }