using Nitrox.Launcher.ViewModels; using Nitrox.Launcher.Views.Abstract; namespace Nitrox.Launcher.Views; public partial class CommunityView : RoutableViewBase { public CommunityView() { InitializeComponent(); } }