We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21b0530 commit fa07b38Copy full SHA for fa07b38
src/components/NotebookPicker.tsx
@@ -3,7 +3,7 @@ import type { NotebookPanel } from '@jupyterlab/notebook'
3
import { HTMLSelect } from '@jupyterlab/ui-components'
4
import { type Message, MessageLoop } from '@lumino/messaging'
5
import { Widget } from '@lumino/widgets'
6
-import type React from 'react'
+import React from 'react'
7
import { deepnoteMetadataSchema } from '../types'
8
9
export class NotebookPicker extends ReactWidget {
0 commit comments