Skip to content

Commit

Permalink
Fix immer import
Browse files Browse the repository at this point in the history
  • Loading branch information
maximilianruesch committed Mar 5, 2024
1 parent d537883 commit 4da3ba3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/StoryMapView/helpers/utils.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import produce from "immer";
import { produce } from "immer";
import { Case, SubActionLevel } from "../Types";

export const STORY_MAP_PREFIX = "sm";
Expand Down

0 comments on commit 4da3ba3

Please sign in to comment.