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: () => ({}),
|
useIndexAdvisorStyles: () => ({}),
|
||||||
}));
|
}));
|
||||||
|
|
@ -43,8 +43,8 @@ import { logConsoleProgress } from "Utils/NotificationConsoleUtils";
|
|||||||
import create from "zustand";
|
import create from "zustand";
|
||||||
import { client } from "../../../Common/CosmosClient";
|
import { client } from "../../../Common/CosmosClient";
|
||||||
import { handleError } from "../../../Common/ErrorHandlingUtils";
|
import { handleError } from "../../../Common/ErrorHandlingUtils";
|
||||||
import { useIndexAdvisorStyles } from "./Indexadvisor";
|
|
||||||
import { ResultsViewProps } from "./QueryResultSection";
|
import { ResultsViewProps } from "./QueryResultSection";
|
||||||
|
import { useIndexAdvisorStyles } from "./StylesAdvisor";
|
||||||
enum ResultsTabs {
|
enum ResultsTabs {
|
||||||
Results = "results",
|
Results = "results",
|
||||||
QueryStats = "queryStats",
|
QueryStats = "queryStats",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user