Skip to content

Commit 8ba67da

Browse files
committed
fix: Fix imports
1 parent 88c55a0 commit 8ba67da

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/notebooks/deepnote/converters/inputConverters.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { NotebookCellData, NotebookCellKind } from 'vscode';
22
import { z } from 'zod';
33

44
import type { BlockConverter } from './blockConverter';
5-
import type { DeepnoteBlock } from '../deepnoteTypes';
5+
import type { DeepnoteBlock } from '../../../platform/deepnote/deepnoteTypes';
66
import {
77
DeepnoteTextInputMetadataSchema,
88
DeepnoteTextareaInputMetadataSchema,

src/notebooks/deepnote/converters/inputConverters.unit.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { assert } from 'chai';
22
import { NotebookCellData, NotebookCellKind } from 'vscode';
33

4-
import type { DeepnoteBlock } from '../deepnoteTypes';
4+
import type { DeepnoteBlock } from '../../../platform/deepnote/deepnoteTypes';
55
import {
66
InputTextBlockConverter,
77
InputTextareaBlockConverter,

0 commit comments

Comments
 (0)