Fix immer import
This commit is contained in:
parent
0cf97dbe25
commit
39cc21a6f1
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
import produce, { enableMapSet } from 'immer';
|
import { produce, enableMapSet } from 'immer';
|
||||||
|
|
||||||
import {
|
import {
|
||||||
ENTITIES_IMPORT,
|
ENTITIES_IMPORT,
|
||||||
|
|
Loading…
Reference in a new issue