Skip to content

Commit 54318f1

Browse files
committed
chore: Missing using
1 parent f58f521 commit 54318f1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Uno.UI.Tests/App/App.xaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
77
xmlns:views="using:Uno.UI.Tests.App.Views"
88
xmlns:local="using:Uno.UI.Tests.App.Xaml"
9+
xmlns:xbind="using:Uno.UI.Tests.Windows_UI_Xaml_Data.xBindTests.Controls"
910
mc:Ignorable="not_win">
1011
<Application.Resources>
1112
<ResourceDictionary>
@@ -31,6 +32,7 @@
3132
</ResourceDictionary>
3233
<local:Subclassed_Dictionary />
3334
<local:Subclassed_Dictionary_With_Property Test="Test123"/>
35+
<xbind:XBind_ResourceDictionary />
3436
</ResourceDictionary.MergedDictionaries>
3537
<ResourceDictionary.ThemeDictionaries>
3638
<ResourceDictionary x:Key="Light">

0 commit comments

Comments
 (0)