mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-18 11:55:46 +08:00
11 lines
430 B
JavaScript
11 lines
430 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';
|