10 lines
304 B
XML
10 lines
304 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<ResourceDictionary
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
xmlns:vm="using:Harmonia.WinUI.ViewModels">
|
|
|
|
<vm:ViewModelLocator x:Key="Locator" />
|
|
|
|
</ResourceDictionary>
|