We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f7eb7a commit a097a2eCopy full SHA for a097a2e
packages/form-components/src/actions/index.ts
@@ -10,7 +10,7 @@ import {
10
} from "@blueprintjs/core";
11
import { ComponentType, ReactNode, useState } from "react";
12
import classNames from "classnames";
13
-import { ItemSelect } from "@macrostrat/form-components";
+import { ItemSelect } from "../item-select";
14
15
const h = hyper.styled(styles);
16
0 commit comments