mirror of
https://github.com/BlossomiShymae/Needlework.Net.git
synced 2025-12-06 10:10:48 +01:00
11 lines
217 B
C#
11 lines
217 B
C#
using Avalonia.Controls;
|
|
|
|
namespace Needlework.Net.Views.Pages.Endpoints;
|
|
|
|
public partial class EndpointsNavigationView : UserControl
|
|
{
|
|
public EndpointsNavigationView()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
} |