Skip to content

Commit def0554

Browse files
committed
oh oops, typo that only presents itself on a case-sensitive filesystem. classic
1 parent 568ea39 commit def0554

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/inspector/src/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import {
1414
ErrorBoundary,
1515
} from "@hex-engine/core";
1616
import debounce from "lodash/debounce";
17-
import setWith from "lodash/setwith";
17+
import setWith from "lodash/setWith";
1818
import get from "lodash/get";
1919
import App from "./App";
2020
import useInspectorHover from "./useInspectorHover";

0 commit comments

Comments
 (0)