mirror of
https://github.com/jupyter/notebook.git
synced 2025-02-17 12:39:54 +08:00
12 lines
456 B
JavaScript
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';
|