The basic syntax is the same, so when changing from immer to mutative, it is only necessary to replace the import statement. I haven't looked at the source code, but I think it would be as simple as adding the following one sentence. ```ts export const produce = create; ```