File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- import { ServerConnection } from '@jupyterlab/services' ;
2
1
import { Mode } from '@jupyterlab/codemirror' ;
2
+ import { ServerConnection } from '@jupyterlab/services' ;
3
+
3
4
import * as React from 'react' ;
4
5
5
- import { httpGitRequest } from '../../git' ;
6
6
import { IDiffProps } from './Diff' ;
7
- import { getRefValue , IDiffContext } from './model' ;
8
-
7
+ import { httpGitRequest } from '../../git' ;
9
8
import { mergeView } from './mergeview' ;
9
+ import { getRefValue , IDiffContext } from './model' ;
10
10
11
11
interface ICurrentReference {
12
12
special ?: 'WORKING' | 'INDEX' ;
Original file line number Diff line number Diff line change 3
3
| Distributed under the terms of the Modified BSD License.
4
4
|----------------------------------------------------------------------------*/
5
5
6
- @import 'variables.css' ;
7
6
@import 'diff-common.css' ;
8
- @import 'diff-text.css' ;
9
7
@import 'diff-nb.css' ;
8
+ @import 'diff-text.css' ;
9
+ @import 'variables.css' ;
You can’t perform that action at this time.
0 commit comments