Skip to content

Commit

Permalink
Fixes import
Browse files Browse the repository at this point in the history
Signed-off-by: Drew Baugher <[email protected]>
  • Loading branch information
dbbaughe committed Aug 11, 2021
1 parent 1efa692 commit f614771
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import { render } from "@testing-library/react";
import { EuiDragDropContext, EuiDroppable } from "@elastic/eui";
import DraggableAction from "./DraggableAction";
import { DEFAULT_ROLLOVER } from "../../utils/constants";
import { RolloverUIAction } from "../../utils/actions";
import { RolloverUIAction } from "../UIActions";
import { UIAction } from "../../../../../models/interfaces";
import { fireEvent } from "@testing-library/dom";

Expand Down

0 comments on commit f614771

Please sign in to comment.