Skip to content

Commit

Permalink
chore: fix esse references
Browse files Browse the repository at this point in the history
  • Loading branch information
timurbazhirov committed Mar 26, 2024
1 parent a6900c2 commit cb7e799
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/workflows/workflow.js
Expand Up @@ -3,7 +3,7 @@ import { ComputedEntityMixin, getDefaultComputeConfig } from "@exabyte-io/ide.js
import { tree } from "@exabyte-io/mode.js";
import { NamedDefaultableRepetitionContextAndRenderInMemoryEntity } from "@mat3ra/code/dist/js/entity";
import { calculateHashFromObject, getUUID } from "@mat3ra/code/dist/js/utils";
import workflowSchema from "@mat3ra/esse/lib/js/schema/workflow.json";
import workflowSchema from "@mat3ra/esse/dist/js/schema/workflow.json";
import lodash from "lodash";
import { mix } from "mixwith";
import _ from "underscore";
Expand Down

0 comments on commit cb7e799

Please sign in to comment.