Skip to content

Commit

Permalink
Fix immer produce import in registry.js (core) (#6973)
Browse files Browse the repository at this point in the history
  • Loading branch information
ebouther committed Nov 23, 2023
1 parent 2929475 commit 99002dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/decap-cms-core/src/lib/registry.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Map } from 'immutable';
import produce from 'immer';
import { produce } from 'immer';
import { oneLine } from 'common-tags';

import EditorComponent from '../valueObjects/EditorComponent';
Expand Down

0 comments on commit 99002dd

Please sign in to comment.