Skip to content

Commit

Permalink
Include documentsearch CSS in the notebook example
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio committed Mar 25, 2020
1 parent 2ff9683 commit 77efddf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/notebook/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ __webpack_public_path__ = URLExt.join(PageConfig.getBaseUrl(), 'example/');
import '@jupyterlab/application/style/index.css';
import '@jupyterlab/codemirror/style/index.css';
import '@jupyterlab/completer/style/index.css';
import '@jupyterlab/documentsearch/style/index.css';
import '@jupyterlab/notebook/style/index.css';
import '@jupyterlab/theme-light-extension/style/index.css';
import '../index.css';
Expand Down

0 comments on commit 77efddf

Please sign in to comment.