Remove old add collection pane (#767)

This commit is contained in:
victor-meng
2021-05-10 18:10:48 -07:00
committed by GitHub
parent 4c506da7b9
commit 4ed8fe9e7d
13 changed files with 1 additions and 3128 deletions

View File

@@ -1,4 +1,3 @@
import AddCollectionPaneTemplate from "./AddCollectionPane.html";
import AddDatabasePaneTemplate from "./AddDatabasePane.html";
import CassandraAddCollectionPaneTemplate from "./CassandraAddCollectionPane.html";
import GraphStylingPaneTemplate from "./GraphStylingPane.html";
@@ -17,14 +16,6 @@ export class AddDatabasePaneComponent {
};
}
}
export class AddCollectionPaneComponent {
constructor() {
return {
viewModel: PaneComponent,
template: AddCollectionPaneTemplate,
};
}
}
export class GraphStylingPaneComponent {
constructor() {