diff --git a/Bloxstrap/UI/Elements/Menu/Pages/IntegrationsPage.xaml b/Bloxstrap/UI/Elements/Menu/Pages/IntegrationsPage.xaml index f0bcc46..3cda765 100644 --- a/Bloxstrap/UI/Elements/Menu/Pages/IntegrationsPage.xaml +++ b/Bloxstrap/UI/Elements/Menu/Pages/IntegrationsPage.xaml @@ -5,6 +5,7 @@ xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:ui="http://schemas.lepo.co/wpfui/2022/xaml" + xmlns:models="clr-namespace:Bloxstrap.UI.ViewModels" mc:Ignorable="d" d:DesignHeight="1080" d:DesignWidth="800" Title="IntegrationsPage" @@ -16,7 +17,18 @@ - + + + + + + + + + + + +