using System.Windows.Controls;
namespace UtopiaCanteenSystem.Views;
/// <summary>Admin CRUD view for MealSchedules (Phase 2.5).</summary>
public partial class MealSchedulesView : UserControl
{
public MealSchedulesView()
InitializeComponent();
}