Brian E. Granger 6 лет назад
Родитель
Сommit
58a156ea4a
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      packages/notebook/src/actions.tsx

+ 2 - 1
packages/notebook/src/actions.tsx

@@ -22,6 +22,8 @@ import {
 
 import { ArrayExt, each, toArray } from '@phosphor/algorithm';
 
+import { JSONObject } from '@phosphor/coreutils';
+
 import { ElementExt } from '@phosphor/domutils';
 
 import { ISignal, Signal } from '@phosphor/signaling';
@@ -31,7 +33,6 @@ import * as React from 'react';
 import { INotebookModel } from './model';
 
 import { Notebook } from './widget';
-import { JSONObject } from '../../../node_modules/@phosphor/coreutils';
 
 // The message to display to the user when prompting to trust the notebook.
 const TRUST_MESSAGE = (