diff --git a/src/SvgToXaml.Base/Views/ItemsView.axaml b/src/SvgToXaml.Base/Views/ItemsView.axaml
index 29caeaf..f2fca3a 100644
--- a/src/SvgToXaml.Base/Views/ItemsView.axaml
+++ b/src/SvgToXaml.Base/Views/ItemsView.axaml
@@ -2,8 +2,6 @@
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
- xmlns:i="using:Avalonia.Xaml.Interactivity"
- xmlns:ia="using:Avalonia.Xaml.Interactions.Core"
xmlns:rx="using:System.Reactive"
xmlns:vm="using:SvgToXaml.ViewModels"
mc:Ignorable="d" d:DesignWidth="300" d:DesignHeight="450"
@@ -32,11 +30,12 @@
VerticalAlignment="Stretch"
HorizontalAlignment="Stretch"
Focusable="True">
-
-
-
-
-
+
+
+
+
+