Files
NebulaLauncher/Nebula.Launcher/Views/Pages/ContentBrowserView.axaml.cs

11 lines
198 B
C#
Raw Permalink Normal View History

2025-01-10 12:28:29 +03:00
using Avalonia.Controls;
namespace Nebula.Launcher.Views.Pages;
public partial class ContentBrowserView : UserControl
{
public ContentBrowserView()
{
InitializeComponent();
}
}