BlueWallet/windows/bluewallet/App.xaml

11 lines
435 B
Text
Raw Normal View History

2021-06-24 12:46:08 -04:00
<react:ReactApplication
x:Class="bluewallet.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="using:bluewallet"
xmlns:react="using:Microsoft.ReactNative">
<Application.Resources>
<XamlControlsResources xmlns="using:Microsoft.UI.Xaml.Controls" />
</Application.Resources>
</react:ReactApplication>