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