table structure tab

This commit is contained in:
Jan Prochazka
2021-03-18 11:51:19 +01:00
parent b7663e2e06
commit 0524b4c5b6
11 changed files with 265 additions and 16 deletions

View File

@@ -1,6 +1,6 @@
import * as TableDataTab from './TableDataTab.svelte';
import * as ViewDataTab from './ViewDataTab.svelte';
// import TableStructureTab from './TableStructureTab';
import * as TableStructureTab from './TableStructureTab.svelte';
import * as QueryTab from './QueryTab.svelte';
import * as ShellTab from './ShellTab.svelte';
// import InfoPageTab from './InfoPageTab';
@@ -17,7 +17,7 @@ import * as MarkdownEditorTab from './MarkdownEditorTab.svelte';
export default {
TableDataTab,
ViewDataTab,
// TableStructureTab,
TableStructureTab,
QueryTab,
// InfoPageTab,
ShellTab,