Skip to content

Commit bb5e552

Browse files
committed
fix: update import paths for writeFile and MONGO_MODELER_NEW_DIAGRAM_COMMAND_ID
1 parent 153da23 commit bb5e552

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/vscode-extension/src/commands/new-diagram/new-diagram.handler.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { logError } from '#core';
2-
import { writeFile } from '#editor';
2+
import { writeFile } from '#editor/document';
33
import * as vscode from 'vscode';
44

55
const VIEW_TYPE = 'mongo-modeler.editor';

packages/vscode-extension/src/editor/handlers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { MONGO_MODELER_NEW_DIAGRAM_COMMAND_ID } from '#commands/new-diagram/new-diagram.id';
1+
import { MONGO_MODELER_NEW_DIAGRAM_COMMAND_ID } from '#commands';
22
import {
33
APP_MESSAGE_TYPE,
44
type AppMessage,

0 commit comments

Comments
 (0)