mirror of
https://github.com/BlossomiShymae/Needlework.Net.git
synced 2026-07-12 14:09:41 +02:00
refactor: code/folder structure, remove hacks
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using Avalonia.Controls;
|
||||
|
||||
namespace Needlework.Net.Views.Pages.Endpoints;
|
||||
|
||||
public partial class EndpointTabItemContentView : UserControl
|
||||
{
|
||||
public EndpointTabItemContentView()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user