diff --git a/src/Explorer/Explorer.tsx b/src/Explorer/Explorer.tsx index 27702fae8..98340308a 100644 --- a/src/Explorer/Explorer.tsx +++ b/src/Explorer/Explorer.tsx @@ -1,5 +1,5 @@ -import * as ko from "knockout"; import { IChoiceGroupProps } from "@fluentui/react"; +import * as ko from "knockout"; import * as path from "path"; import Q from "q"; import React from "react"; @@ -53,7 +53,7 @@ import { NotebookUtil } from "./Notebook/NotebookUtil"; import AddCollectionPane from "./Panes/AddCollectionPane"; import { AddCollectionPanel } from "./Panes/AddCollectionPanel"; import AddDatabasePane from "./Panes/AddDatabasePane"; -import { AddDatabasePanelF } from "./Panes/AddDatabasePanelF/AddDatabasePanelF"; +import { AddDatabasePanelF } from "./Panes/AddDatabasePanel/AddDatabasePanel"; import { BrowseQueriesPane } from "./Panes/BrowseQueriesPane/BrowseQueriesPane"; import CassandraAddCollectionPane from "./Panes/CassandraAddCollectionPane"; import { ContextualPaneBase } from "./Panes/ContextualPaneBase"; diff --git a/src/Explorer/Panes/AddDatabasePanelF/AddDatabasePanelF.test.tsx b/src/Explorer/Panes/AddDatabasePanel/AddDatabasePanel.test.tsx similarity index 88% rename from src/Explorer/Panes/AddDatabasePanelF/AddDatabasePanelF.test.tsx rename to src/Explorer/Panes/AddDatabasePanel/AddDatabasePanel.test.tsx index fb10a15b1..0e3619ccd 100644 --- a/src/Explorer/Panes/AddDatabasePanelF/AddDatabasePanelF.test.tsx +++ b/src/Explorer/Panes/AddDatabasePanel/AddDatabasePanel.test.tsx @@ -1,7 +1,7 @@ import { shallow } from "enzyme"; import React from "react"; import Explorer from "../../Explorer"; -import { AddDatabasePanelF } from "./AddDatabasePanelF"; +import { AddDatabasePanelF } from "./AddDatabasePanel"; const props = { explorer: new Explorer(), diff --git a/src/Explorer/Panes/AddDatabasePanelF/AddDatabasePanelF.tsx b/src/Explorer/Panes/AddDatabasePanel/AddDatabasePanel.tsx similarity index 100% rename from src/Explorer/Panes/AddDatabasePanelF/AddDatabasePanelF.tsx rename to src/Explorer/Panes/AddDatabasePanel/AddDatabasePanel.tsx diff --git a/src/Explorer/Panes/AddDatabasePanelF/__snapshots__/AddDatabasePanelF.test.tsx.snap b/src/Explorer/Panes/AddDatabasePanel/__snapshots__/AddDatabasePanelF.test.tsx.snap similarity index 100% rename from src/Explorer/Panes/AddDatabasePanelF/__snapshots__/AddDatabasePanelF.test.tsx.snap rename to src/Explorer/Panes/AddDatabasePanel/__snapshots__/AddDatabasePanelF.test.tsx.snap