index.js 678 B

123456789101112131415
  1. /*-----------------------------------------------------------------------------
  2. | Copyright (c) Jupyter Development Team.
  3. | Distributed under the terms of the Modified BSD License.
  4. |----------------------------------------------------------------------------*/
  5. /* This file was auto-generated by ensurePackage() in @jupyterlab/buildutils */
  6. import '@lumino/widgets/style/index.js';
  7. import '@jupyterlab/apputils/style/index.js';
  8. import '@jupyterlab/codeeditor/style/index.js';
  9. import '@jupyterlab/statusbar/style/index.js';
  10. import 'codemirror/lib/codemirror.css';
  11. import 'codemirror/addon/dialog/dialog.css';
  12. import 'codemirror/addon/fold/foldgutter.css';
  13. import './base.css';