11 lines
196 B
C#
11 lines
196 B
C#
|
|
using Avalonia.Controls;
|
||
|
|
|
||
|
|
namespace Nebula.Launcher.Views.Pages;
|
||
|
|
|
||
|
|
public partial class ConfigurationView : UserControl
|
||
|
|
{
|
||
|
|
public ConfigurationView()
|
||
|
|
{
|
||
|
|
InitializeComponent();
|
||
|
|
}
|
||
|
|
}
|