Skip to content

Commit

Permalink
preview: Fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
roxk committed Apr 2, 2024
1 parent e053e42 commit 0c75e49
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions WinUI3XamlPreview/WinUI3XamlPreview.DllLoader/App.xaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8" ?>
<Application
x:Class="WinUI3XamlPreview_DllLoader.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
Expand All @@ -8,9 +8,9 @@
<ResourceDictionary>
<ResourceDictionary.MergedDictionaries>
<XamlControlsResources xmlns="using:Microsoft.UI.Xaml.Controls" />
<!-- Other merged dictionaries here -->
<!-- Other merged dictionaries here -->
</ResourceDictionary.MergedDictionaries>
<!-- Other app resources here -->
<!-- Other app resources here -->
</ResourceDictionary>
</Application.Resources>
</Application>

0 comments on commit 0c75e49

Please sign in to comment.