File tree Expand file tree Collapse file tree 5 files changed +474
-35
lines changed Expand file tree Collapse file tree 5 files changed +474
-35
lines changed Original file line number Diff line number Diff line change 5
5
"private" : true ,
6
6
"dependencies" : {
7
7
"@gitpod/gitpod-protocol" : " 0.1.5" ,
8
+ "countries-list" : " ^2.6.1" ,
8
9
"moment" : " ^2.29.1" ,
9
10
"chargebee" : " 2.4.1" ,
10
11
"react" : " ^17.0.1" ,
Original file line number Diff line number Diff line change 4
4
* See License-AGPL.txt in the project root for license information.
5
5
*/
6
6
7
+ import bitbucket from './images/bitbucket.svg' ;
8
+ import copy from './images/copy.svg' ;
9
+ import exclamation from './images/exclamation.svg' ;
7
10
import github from './images/github.svg' ;
8
11
import gitlab from './images/gitlab.svg' ;
9
- import bitbucket from './images/bitbucket.svg' ;
10
- import terminal from './images/terminal.svg' ;
11
12
import gitpod from './images/gitpod.svg' ;
12
13
import gitpodIcon from './icons/gitpod.svg' ;
14
+ import info from './images/info.svg' ;
15
+ import terminal from './images/terminal.svg' ;
13
16
import theia from './images/theia-gray.svg' ;
14
17
import vscode from './images/vscode.svg' ;
15
- import copy from './images/copy.svg' ;
16
- import exclamation from './images/exclamation.svg' ;
17
18
18
19
export {
20
+ bitbucket ,
21
+ copy ,
22
+ exclamation ,
19
23
github ,
20
24
gitlab ,
21
- bitbucket ,
22
- terminal ,
23
25
gitpod ,
24
26
gitpodIcon ,
27
+ info ,
28
+ terminal ,
25
29
theia ,
26
30
vscode ,
27
- copy ,
28
- exclamation ,
29
31
}
You can’t perform that action at this time.
0 commit comments