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

@@ -8,6 +8,7 @@ import {
SavedSqlFilesProvider,
OpenedConnectionsProvider,
LeftPanelWidthProvider,
CurrentArchiveProvider,
} from './utility/globalState';
import { SocketProvider } from './utility/SocketProvider';
import ConnectionsPinger from './utility/ConnectionsPinger';
@@ -24,7 +25,9 @@ function App() {
<LeftPanelWidthProvider>
<ConnectionsPinger>
<ModalLayerProvider>
<Screen />
<CurrentArchiveProvider>
<Screen />
</CurrentArchiveProvider>
</ModalLayerProvider>
</ConnectionsPinger>
</LeftPanelWidthProvider>