Skip to content

Commit

Permalink
remove merge markers
Browse files Browse the repository at this point in the history
  • Loading branch information
hetunandu committed Sep 16, 2024
1 parent 708701c commit 39aea09
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,10 @@ import React, { useCallback } from "react";
import { IDEToolbar } from "IDE";
import { Button, Menu, MenuContent, MenuTrigger, Tooltip } from "@appsmith/ads";
import { modText } from "utils/helpers";
<<<<<<< HEAD
import { usePluginActionContext } from "../PluginActionContext";
import { useDispatch } from "react-redux";
import AnalyticsUtil from "ee/utils/AnalyticsUtil";
import { runAction } from "../../actions/pluginActionActions";
=======
>>>>>>> release

interface PluginActionToolbarProps {
runOptions?: React.ReactNode;
Expand Down

0 comments on commit 39aea09

Please sign in to comment.