Skip to content

Commit a170681

Browse files
committed
Fix import
Signed-off-by: martinRenou <[email protected]>
1 parent acd0163 commit a170681

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/jupyterlab-lsp/src/virtual/editor.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import {
1616
PLUGIN_ID
1717
} from '../tokens';
1818
import { WidgetAdapter } from '../adapters/adapter';
19-
import { IDocumentWidget } from '@jupyterlab/docregistry/lib/registry';
19+
import { IDocumentWidget } from '@jupyterlab/docregistry';
2020

2121
export interface IWindowCoordinates {
2222
/**

0 commit comments

Comments
 (0)