This commit is contained in:
Jan Prochazka
2024-06-24 16:20:44 +02:00
parent 6cdbfd1a89
commit db8b8feb3e
4 changed files with 9 additions and 0 deletions

View File

@@ -0,0 +1 @@
export default {};

View File

@@ -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,
};