Skip to content

Commit

Permalink
cleanup fancy button
Browse files Browse the repository at this point in the history
  • Loading branch information
ritch committed Jan 7, 2025
1 parent 5a2c696 commit bd739fd
Showing 1 changed file with 3 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,17 +1,12 @@
import React, { useCallback, useMemo, useRef, useState } from "react";
import { Box, Button } from "@mui/material";
import React, { useCallback, useRef, useState } from "react";
import { Box } from "@mui/material";
import { OperatorExecutionMenu } from "../OperatorExecutionMenu";
import {
ExecutionCallback,
ExecutionErrorCallback,
OperatorExecutorOptions,
} from "../../types-internal";
import {
OperatorExecutionOption,
useOperatorExecutionOptions,
useOperatorExecutor,
usePromptOperatorInput,
} from "../../state";
import { OperatorExecutionOption } from "../../state";

/**
* Component which acts as a trigger for opening an `OperatorExecutionMenu`.
Expand Down

0 comments on commit bd739fd

Please sign in to comment.