This commit is contained in:
Steve Faulkner
2021-05-05 18:42:30 -05:00
parent 2ad0236c73
commit 3d4a24b2fd
4 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -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(),