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' ;
21import { Mode } from '@jupyterlab/codemirror' ;
2+ import { ServerConnection } from '@jupyterlab/services' ;
3+
34import * as React from 'react' ;
45
5- import { httpGitRequest } from '../../git' ;
66import { IDiffProps } from './Diff' ;
7- import { getRefValue , IDiffContext } from './model' ;
8-
7+ import { httpGitRequest } from '../../git' ;
98import { mergeView } from './mergeview' ;
9+ import { getRefValue , IDiffContext } from './model' ;
1010
1111interface ICurrentReference {
1212 special ?: 'WORKING' | 'INDEX' ;
Original file line number Diff line number Diff line change 33| Distributed under the terms of the Modified BSD License.
44|----------------------------------------------------------------------------*/
55
6- @import 'variables.css' ;
76@import 'diff-common.css' ;
8- @import 'diff-text.css' ;
97@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