aboutsummaryrefslogtreecommitdiff
path: root/Erable/App.axaml
diff options
context:
space:
mode:
Diffstat (limited to 'Erable/App.axaml')
-rw-r--r--Erable/App.axaml12
1 files changed, 12 insertions, 0 deletions
diff --git a/Erable/App.axaml b/Erable/App.axaml
new file mode 100644
index 0000000..992dbfb
--- /dev/null
+++ b/Erable/App.axaml
@@ -0,0 +1,12 @@
+<Application xmlns="https://github.com/avaloniaui"
+ xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
+ xmlns:local="using:Erable"
+ x:Class="Erable.App">
+ <Application.DataTemplates>
+ <local:ViewLocator/>
+ </Application.DataTemplates>
+
+ <Application.Styles>
+ <FluentTheme Mode="Dark"/>
+ </Application.Styles>
+</Application>