Refactor folder structure

This commit is contained in:
BlossomiShymae
2024-10-28 15:33:21 -05:00
parent bc4ed78767
commit a4fe10157f
61 changed files with 1222 additions and 1230 deletions

View File

@@ -0,0 +1,11 @@
using Avalonia.Controls;
namespace Needlework.Net.Views.Pages;
public partial class HomeView : UserControl
{
public HomeView()
{
InitializeComponent();
}
}