Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 01efca2

Browse files
Cleanup view imports
1 parent 86df2bc commit 01efca2

File tree

1 file changed

+11
-17
lines changed

1 file changed

+11
-17
lines changed

src/GitHub.VisualStudio/Views/GitHubPane/PullRequestCheckView.xaml

Lines changed: 11 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,16 @@
1-
<local:GenericPullRequestCheckView
2-
x:Class="GitHub.VisualStudio.Views.GitHubPane.PullRequestCheckView"
3-
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
4-
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
5-
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
6-
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
7-
xmlns:local="clr-namespace:GitHub.VisualStudio.Views.GitHubPane"
8-
xmlns:ghfvs="https://github.com/github/VisualStudio"
9-
xmlns:c="clr-namespace:GitHub.VisualStudio.UI.Controls;assembly=GitHub.VisualStudio.UI"
10-
xmlns:views="clr-namespace:GitHub.VisualStudio.Views"
11-
xmlns:ui="clr-namespace:GitHub.UI;assembly=GitHub.UI"
12-
xmlns:vm="clr-namespace:GitHub.ViewModels.GitHubPane;assembly=GitHub.App"
13-
xmlns:cache="clr-namespace:GitHub.UI.Helpers;assembly=GitHub.UI"
14-
xmlns:prop="clr-namespace:GitHub.VisualStudio.UI;assembly=GitHub.VisualStudio.UI"
15-
xmlns:ghvs="clr-namespace:GitHub.SampleData;assembly=GitHub.App"
16-
mc:Ignorable="d" d:DesignWidth="600">
1+
<local:GenericPullRequestCheckView x:Class="GitHub.VisualStudio.Views.GitHubPane.PullRequestCheckView"
2+
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
3+
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
4+
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
5+
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
6+
xmlns:local="clr-namespace:GitHub.VisualStudio.Views.GitHubPane"
7+
xmlns:ghfvs="https://github.com/github/VisualStudio"
8+
xmlns:cache="clr-namespace:GitHub.UI.Helpers;assembly=GitHub.UI"
9+
d:DesignWidth="600"
10+
mc:Ignorable="d">
1711

1812
<d:DesignData.DataContext>
19-
<ghvs:PullRequestCheckViewModelDesigner />
13+
<ghfvs:PullRequestCheckViewModelDesigner />
2014
</d:DesignData.DataContext>
2115

2216
<Control.Resources>

0 commit comments

Comments
 (0)