Skip to content

Commit

Permalink
Fix: Invalid import see issue 141
Browse files Browse the repository at this point in the history
  • Loading branch information
isawk authored Feb 15, 2025
1 parent 6d21b2f commit a181433
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { type VariableType } from '@gorules/zen-engine-wasm';
import type { Monaco } from '@monaco-editor/react';
import equal from 'fast-deep-equal/es6/react';
import { produce } from 'immer';
import type { WritableDraft } from 'immer/src/types/types-external';
import type { WritableDraft } from 'immer';
import React, { type MutableRefObject, createRef, useMemo } from 'react';
import type { EdgeChange, NodeChange, ReactFlowInstance, useEdgesState, useNodesState } from 'reactflow';
import { match } from 'ts-pattern';
Expand Down

0 comments on commit a181433

Please sign in to comment.