mirror of
https://github.com/usatiuk/PomoTime.git
synced 2025-10-29 00:47:48 +01:00
12 lines
357 B
XML
12 lines
357 B
XML
<Application
|
|
x:Class="Pomotimer.App"
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
xmlns:local="using:Pomotimer">
|
|
|
|
<Application.Resources>
|
|
<XamlControlsResources xmlns="using:Microsoft.UI.Xaml.Controls" />
|
|
</Application.Resources>
|
|
|
|
</Application>
|