We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d215f1 commit 80b47d7Copy full SHA for 80b47d7
src/components/EditorCanvas/Canvas.jsx
@@ -22,7 +22,7 @@ import {
22
} from "../../hooks";
23
import { useTranslation } from "react-i18next";
24
import { diagram } from "../../data/heroDiagram";
25
-import { useCanvasContextProviderValue } from "../../context/CanvasContext";
+import { CanvasContext, useCanvasContextProviderValue } from "../../context/CanvasContext";
26
import { useEventListener } from "usehooks-ts";
27
28
export default function Canvas() {
0 commit comments