renamed the files

This commit is contained in:
Archie Agarwal 2025-07-07 16:08:48 +05:30
parent 3949a0ecce
commit d510ce408e
3 changed files with 2 additions and 2 deletions

View File

@ -64,7 +64,7 @@ jest.mock("Common/CosmosClient", () => ({
}), }),
}), }),
})); }));
jest.mock("./Indexadvisor", () => ({ jest.mock("./StylesAdvisor", () => ({
useIndexAdvisorStyles: () => ({}), useIndexAdvisorStyles: () => ({}),
})); }));

View File

@ -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",