Skip to content

Commit f157a79

Browse files
dbg
1 parent 36881c9 commit f157a79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kernel/src/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ import { EmbeddedKernel } from './kernel';
55
import WelcomePanel from './panel';
66
import { ServiceContainer } from './services/ServiceContainer';
77
import { DeviceService } from './services/DeviceService';
8-
import { JupyterFrontEnd, JupyterFrontEndPlugin } from '@jupyterlite/application';
9-
import { INotebookTracker } from '@jupyterlite/notebook';
8+
import { JupyterFrontEnd, JupyterFrontEndPlugin } from '@jupyterlab/application';
9+
import { INotebookTracker } from '@jupyterlab/notebook';
1010

1111
// Variable for saving the DeviceService instance so we can restore it if kernel is restarted
1212
var devService: DeviceService | null = null;

0 commit comments

Comments
 (0)