Files
marechai/Marechai.App/Presentation/Components/Sidebar.xaml.cs

11 lines
190 B
C#
Raw Normal View History

2025-11-14 19:00:01 +00:00
using Microsoft.UI.Xaml.Controls;
namespace Marechai.App.Presentation;
public sealed partial class Sidebar : UserControl
{
public Sidebar()
{
InitializeComponent();
}
}