added import/export tab (not used)

This commit is contained in:
Jan Prochazka
2023-02-25 18:24:00 +01:00
parent 2d74b831c5
commit c817bf5911
4 changed files with 217 additions and 0 deletions

View File

@@ -28,6 +28,7 @@ import * as PerspectiveTab from './PerspectiveTab.svelte';
import * as ServerSummaryTab from './ServerSummaryTab.svelte';
import * as ProfilerTab from './ProfilerTab.svelte';
import * as DataDuplicatorTab from './DataDuplicatorTab.svelte';
import * as ImportExportTab from './ImportExportTab.svelte';
export default {
TableDataTab,
@@ -60,4 +61,5 @@ export default {
ServerSummaryTab,
ProfilerTab,
DataDuplicatorTab,
ImportExportTab,
};