Skip to content

Commit cb7e799

Browse files
committed
chore: fix esse references
1 parent a6900c2 commit cb7e799

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/workflows/workflow.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { ComputedEntityMixin, getDefaultComputeConfig } from "@exabyte-io/ide.js
33
import { tree } from "@exabyte-io/mode.js";
44
import { NamedDefaultableRepetitionContextAndRenderInMemoryEntity } from "@mat3ra/code/dist/js/entity";
55
import { calculateHashFromObject, getUUID } from "@mat3ra/code/dist/js/utils";
6-
import workflowSchema from "@mat3ra/esse/lib/js/schema/workflow.json";
6+
import workflowSchema from "@mat3ra/esse/dist/js/schema/workflow.json";
77
import lodash from "lodash";
88
import { mix } from "mixwith";
99
import _ from "underscore";

0 commit comments

Comments
 (0)