Skip to content

Commit e5a5808

Browse files
committed
fix build
1 parent fb887b1 commit e5a5808

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

frontend/webEditor/src/serialize/di.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { SaveJsonFileCommand } from "./saveJsonFile";
99
import { SaveDfdAndDdFileCommand } from "./saveDfdAndDdFile";
1010
import { AnalyzeCommand } from "./analyze";
1111
import { LoadFromUrlCommand } from "./LoadUrl";
12-
import { SaveImageCommand } from "./export";
12+
import { ExportCommand } from "./export";
1313

1414
export const serializeModule = new ContainerModule((bind, unbind, isBound, rebind) => {
1515
const context = { bind, unbind, isBound, rebind };
@@ -21,7 +21,7 @@ export const serializeModule = new ContainerModule((bind, unbind, isBound, rebin
2121
configureCommand(context, SaveJsonFileCommand);
2222
configureCommand(context, SaveDfdAndDdFileCommand);
2323
configureCommand(context, AnalyzeCommand);
24-
configureCommand(context, SaveImageCommand);
24+
configureCommand(context, ExportCommand);
2525

2626
rebind(TYPES.IModelFactory).to(DfdModelFactory);
2727
});

0 commit comments

Comments
 (0)