feat(ui): WeeklyReportModalView
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using Avalonia.Controls;
|
||||
using Avalonia.Markup.Xaml;
|
||||
|
||||
namespace ClaudeDo.Ui.Views.Modals;
|
||||
|
||||
public partial class WeeklyReportModalView : Window
|
||||
{
|
||||
public WeeklyReportModalView() => InitializeComponent();
|
||||
}
|
||||
Reference in New Issue
Block a user