notebook/packages/application/style/index.js
2022-10-04 09:34:07 +02:00

12 lines
456 B
JavaScript

/*-----------------------------------------------------------------------------
| Copyright (c) Jupyter Development Team.
| Distributed under the terms of the Modified BSD License.
|----------------------------------------------------------------------------*/
import '@jupyterlab/application/style/index.js';
import '@jupyterlab/mainmenu/style/index.js';
import '@jupyterlab/ui-components/style/index.js';
import './base.css';
import './sidepanel.css';