diff --git a/MainWindow.xaml b/MainWindow.xaml index 044791b..b4933d6 100644 --- a/MainWindow.xaml +++ b/MainWindow.xaml @@ -4,7 +4,6 @@ xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:vm="clr-namespace:ytLive.ViewModels" - xmlns:models="clr-namespace:ytLive.Models" xmlns:Helpers="clr-namespace:ytLive.Helpers" mc:Ignorable="d" Title="{Binding WindowTitle}" Height="720" Width="1280" @@ -257,14 +256,17 @@