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