Fleet UI: Rebase fix (#9040)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import React from "react";
|
||||
import { screen } from "@testing-library/react";
|
||||
import { renderWithSetup } from "test/testingUtils";
|
||||
import { renderWithSetup } from "test/test-utils";
|
||||
|
||||
import DropdownCell from "./DropdownCell";
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import React from "react";
|
||||
import { screen } from "@testing-library/react";
|
||||
import { renderWithSetup } from "test/testingUtils";
|
||||
import { renderWithSetup } from "test/test-utils";
|
||||
import PATHS from "router/paths";
|
||||
|
||||
import LinkCell from "./LinkCell";
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import React from "react";
|
||||
import { screen } from "@testing-library/react";
|
||||
import { renderWithSetup } from "test/testingUtils";
|
||||
import { renderWithSetup } from "test/test-utils";
|
||||
|
||||
import PillCell from "./PillCell";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user