9 lines
306 B
XML
9 lines
306 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:MangaReader.WinUI.ViewModels">
|
|
|
|
<vm:ViewModelLocator x:Key="Locator" />
|
|
|
|
</ResourceDictionary> |