Added missing namespace in Windows

This commit is contained in:
Javier Suárez Ruiz 2021-10-14 16:20:07 +02:00
Родитель 73e97b0004
Коммит d868102220
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1,6 +1,6 @@
using Microsoft.Maui;
using Microsoft.Maui.Hosting;
using Microsoft.UI.Xaml;
using Windows.ApplicationModel;
// To learn more about WinUI, the WinUI project structure,
// and more about our project templates, see: http://aka.ms/winui-project-info.