Jelajahi Sumber

Fix import order.

Afshin Darian 8 tahun lalu
induk
melakukan
9cc20dad0d
1 mengubah file dengan 5 tambahan dan 4 penghapusan
  1. 5 4
      src/application/shell.ts

+ 5 - 4
src/application/shell.ts

@@ -1,5 +1,10 @@
 // Copyright (c) Jupyter Development Team.
 // Distributed under the terms of the Modified BSD License.
+
+import {
+  each
+} from 'phosphor/lib/algorithm/iteration';
+
 import {
   find, findIndex, upperBound
 } from 'phosphor/lib/algorithm/searching';
@@ -20,10 +25,6 @@ import {
   DockPanel
 } from 'phosphor/lib/ui/dockpanel';
 
-import {
-  each
-} from 'phosphor/lib/algorithm/iteration';
-
 import {
   FocusTracker
 } from 'phosphor/lib/ui/focustracker';