Skip to content

Commit c69d73f

Browse files
committed
remove lab style
1 parent 6e2984a commit c69d73f

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

jupyterlab-server-proxy/src/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ import { ILauncher } from '@jupyterlab/launcher';
33
import { PageConfig } from '@jupyterlab/coreutils';
44
import { IFrame, MainAreaWidget, WidgetTracker } from '@jupyterlab/apputils';
55

6-
import '../style/index.css';
7-
86
function newServerProxyWidget(id: string, url: string, text: string): MainAreaWidget<IFrame> {
97
const content = new IFrame({
108
sandbox: ['allow-same-origin', 'allow-scripts', 'allow-popups', 'allow-forms'],

jupyterlab-server-proxy/style/index.css

Whitespace-only changes.

0 commit comments

Comments
 (0)