mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-10-13 15:28:05 +01:00
renamed the files
This commit is contained in:
parent
3949a0ecce
commit
d510ce408e
@ -64,7 +64,7 @@ jest.mock("Common/CosmosClient", () => ({
|
||||
}),
|
||||
}),
|
||||
}));
|
||||
jest.mock("./Indexadvisor", () => ({
|
||||
jest.mock("./StylesAdvisor", () => ({
|
||||
useIndexAdvisorStyles: () => ({}),
|
||||
}));
|
||||
|
@ -43,8 +43,8 @@ import { logConsoleProgress } from "Utils/NotificationConsoleUtils";
|
||||
import create from "zustand";
|
||||
import { client } from "../../../Common/CosmosClient";
|
||||
import { handleError } from "../../../Common/ErrorHandlingUtils";
|
||||
import { useIndexAdvisorStyles } from "./Indexadvisor";
|
||||
import { ResultsViewProps } from "./QueryResultSection";
|
||||
import { useIndexAdvisorStyles } from "./StylesAdvisor";
|
||||
enum ResultsTabs {
|
||||
Results = "results",
|
||||
QueryStats = "queryStats",
|
||||
|
Loading…
x
Reference in New Issue
Block a user