pomodoro/App.axaml

13 lines
395 B
Text
Raw Permalink Normal View History

2022-01-11 07:51:12 +00:00
<Application xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="using:pomodoro"
x:Class="pomodoro.App">
<Application.DataTemplates>
<local:ViewLocator/>
</Application.DataTemplates>
<Application.Styles>
<FluentTheme Mode="Light"/>
</Application.Styles>
</Application>