Skip to content

Commit a097a2e

Browse files
committed
Fixed self-import
1 parent 3f7eb7a commit a097a2e

File tree

1 file changed

+1
-1
lines changed
  • packages/form-components/src/actions

1 file changed

+1
-1
lines changed

packages/form-components/src/actions/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import {
1010
} from "@blueprintjs/core";
1111
import { ComponentType, ReactNode, useState } from "react";
1212
import classNames from "classnames";
13-
import { ItemSelect } from "@macrostrat/form-components";
13+
import { ItemSelect } from "../item-select";
1414

1515
const h = hyper.styled(styles);
1616

0 commit comments

Comments
 (0)