File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
src/webviews/apps/plus/home/components Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ import '../../../shared/components/avatar/avatar';
37
37
import '../../../shared/components/avatar/avatar-list' ;
38
38
import '../../../shared/components/commit/commit-stats' ;
39
39
import '../../../shared/components/formatted-date' ;
40
+ import '../../../shared/components/overlays/tooltip' ;
40
41
import '../../../shared/components/pills/tracking' ;
41
42
import '../../../shared/components/rich/issue-icon' ;
42
43
import '../../../shared/components/rich/pr-icon' ;
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ import '../../../shared/components/button';
12
12
import '../../../shared/components/button-container' ;
13
13
import '../../../shared/components/code-icon' ;
14
14
import '../../../shared/components/overlays/popover' ;
15
+ import '../../../shared/components/overlays/tooltip' ;
15
16
import '../../../shared/components/ref-button' ;
16
17
17
18
const mergeTargetStyles = css `
You can’t perform that action at this time.
0 commit comments