Skip to content

Commit

Permalink
fix docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
imanjra committed Jul 31, 2024
1 parent 0310667 commit ee1c126
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { MuiIconFont } from "@fiftyone/components";
import usePanelEvent from "@fiftyone/operators/src/usePanelEvent";
import { usePanelEvent } from "@fiftyone/operators";
import { usePanelId } from "@fiftyone/spaces";
import { isNullish } from "@fiftyone/utilities";
import { Box, ButtonProps, Typography } from "@mui/material";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { useTheme } from "@fiftyone/components/src/components/ThemeProvider";
import usePanelEvent from "@fiftyone/operators/src/usePanelEvent";
import { usePanelEvent } from "@fiftyone/operators";
import { usePanelId } from "@fiftyone/spaces";
import { Box } from "@mui/material";
import { merge, snakeCase } from "lodash";
Expand Down
1 change: 0 additions & 1 deletion app/packages/operators/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ export { default as OperatorPlacements } from "./OperatorPlacements";
export * as types from "./types";
export { default as OperatorCore } from "./OperatorCore";
export { default as OperatorIO } from "./OperatorIO";
export { default as useOperatorEvent } from "./usePanelEvent";
export { default as OperatorPromptArea } from "./OperatorPrompt/OperatorPromptArea";
export { OPERATOR_PROMPT_AREAS } from "./constants";
export { default as usePanelEvent } from "./usePanelEvent";
1 change: 0 additions & 1 deletion app/packages/operators/src/state.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ import { Places } from "./types";
import { OperatorExecutorOptions } from "./types-internal";
import { ValidationContext } from "./validation";
import { ExecutionCallback } from "./types-internal";
import usePanelEvent from "./usePanelEvent";
import { useAnalyticsInfo } from "@fiftyone/analytics";

export const promptingOperatorState = atom({
Expand Down

0 comments on commit ee1c126

Please sign in to comment.