archive, export into archive

This commit is contained in:
Jan Prochazka
2020-10-17 17:59:36 +02:00
parent 39a4c39b6d
commit b0f0710a75
22 changed files with 357 additions and 33 deletions

View File

@@ -4,6 +4,7 @@ import TableStructureTab from './TableStructureTab';
import QueryTab from './QueryTab';
import ShellTab from './ShellTab';
import InfoPageTab from './InfoPageTab';
import ArchiveFileTab from './ArchiveFileTab';
export default {
TableDataTab,
@@ -12,4 +13,5 @@ export default {
QueryTab,
InfoPageTab,
ShellTab,
ArchiveFileTab,
};