فهرست منبع

Include documentsearch CSS in the notebook example

Jeremy Tuloup 5 سال پیش
والد
کامیت
77efddf178
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      examples/notebook/src/index.ts

+ 1 - 0
examples/notebook/src/index.ts

@@ -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';