Skip to content

Commit e05b9f3

Browse files
committed
sorted some imports
1 parent c3d3754 commit e05b9f3

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

src/components/diff/PlainTextDiff.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
import { ServerConnection } from '@jupyterlab/services';
21
import { Mode } from '@jupyterlab/codemirror';
2+
import { ServerConnection } from '@jupyterlab/services';
3+
34
import * as React from 'react';
45

5-
import { httpGitRequest } from '../../git';
66
import { IDiffProps } from './Diff';
7-
import { getRefValue, IDiffContext } from './model';
8-
7+
import { httpGitRequest } from '../../git';
98
import { mergeView } from './mergeview';
9+
import { getRefValue, IDiffContext } from './model';
1010

1111
interface ICurrentReference {
1212
special?: 'WORKING' | 'INDEX';

style/index.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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';

0 commit comments

Comments
 (0)