Skip to content

Commit

Permalink
Update import
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed May 24, 2019
1 parent ac82cab commit eeacde8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/filebrowser/src/opendialog.ts
Expand Up @@ -11,7 +11,7 @@ import { Contents } from '@jupyterlab/services';

import { FileBrowser } from './browser';
import { FileBrowserModel } from './model';
import { IFileBrowserFactory } from './factory';
import { IFileBrowserFactory } from './tokens';

/**
* The class name added to open file dialog
Expand Down
1 change: 1 addition & 0 deletions packages/filebrowser/src/tokens.ts
@@ -1,3 +1,4 @@

// Copyright (c) Jupyter Development Team.
// Distributed under the terms of the Modified BSD License.

Expand Down

0 comments on commit eeacde8

Please sign in to comment.