Skip to content

Commit f2f0390

Browse files
committed
chore: fix xaml
1 parent 8d09261 commit f2f0390

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reference/Counter/XAML-MVUX/Counter/MainPage.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Page
1+
<Page
22
x:Class="Counter.MainPage"
33
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
44
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
@@ -35,4 +35,4 @@
3535
Command="{Binding IncrementCounter}"
3636
Content="Increment Counter by Step Size" />
3737
</StackPanel>
38-
</Page>
38+
</Page>

0 commit comments

Comments
 (0)