mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 23:35:59 +00:00
pro tabs
This commit is contained in:
1
packages/web/src/tabs/index-pro.js
Normal file
1
packages/web/src/tabs/index-pro.js
Normal file
@@ -0,0 +1 @@
|
||||
export default {};
|
||||
@@ -30,6 +30,8 @@ import * as ProfilerTab from './ProfilerTab.svelte';
|
||||
import * as DataDuplicatorTab from './DataDuplicatorTab.svelte';
|
||||
import * as ImportExportTab from './ImportExportTab.svelte';
|
||||
|
||||
import protabs from './index-pro';
|
||||
|
||||
export default {
|
||||
TableDataTab,
|
||||
CollectionDataTab,
|
||||
@@ -62,4 +64,5 @@ export default {
|
||||
ProfilerTab,
|
||||
DataDuplicatorTab,
|
||||
ImportExportTab,
|
||||
...protabs,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user