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

Commit d23554f

Browse files
Fixing imports
1 parent b973124 commit d23554f

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/GitHub.VisualStudio.UI/Views/GitHubPane/PullRequestAnnotationsView.xaml.cs

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
using System;
22
using System.ComponentModel.Composition;
3-
using System.Windows.Forms;
3+
using System.Windows.Controls;
4+
using System.Windows.Input;
45
using GitHub.Exports;
56
using GitHub.Services;
6-
using GitHub.UI;
77
using GitHub.ViewModels.GitHubPane;
8-
using ReactiveUI;
9-
using UserControl = System.Windows.Controls.UserControl;
8+
using Microsoft.VisualStudio.Shell;
109

1110
namespace GitHub.VisualStudio.Views.GitHubPane
1211
{

0 commit comments

Comments
 (0)