feat: update namespace for WrapPanelWithTrailingItem and its tests

This commit is contained in:
Dong Bin
2025-09-03 21:08:37 +08:00
parent bce6e08561
commit a778882c33
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ using Avalonia.Layout;
using Avalonia.LogicalTree;
using Avalonia.Threading;
using Avalonia.VisualTree;
using Ursa.Controls.Panels;
using Ursa.Controls;
namespace HeadlessTest.Ursa.Controls.PanelTests;