mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 18:26:00 +00:00
database connections
This commit is contained in:
@@ -9,7 +9,7 @@ import {
|
||||
OpenedConnectionsProvider,
|
||||
} from './utility/globalState';
|
||||
import { SocketProvider } from './utility/SocketProvider';
|
||||
import OpenedConnectionsPinger from './utility/OpnedConnectionsPinger';
|
||||
import ConnectionsPinger from './utility/ConnectionsPinger';
|
||||
|
||||
function App() {
|
||||
return (
|
||||
@@ -19,9 +19,9 @@ function App() {
|
||||
<OpenedTabsProvider>
|
||||
<SavedSqlFilesProvider>
|
||||
<OpenedConnectionsProvider>
|
||||
<OpenedConnectionsPinger>
|
||||
<ConnectionsPinger>
|
||||
<Screen />
|
||||
</OpenedConnectionsPinger>
|
||||
</ConnectionsPinger>
|
||||
</OpenedConnectionsProvider>
|
||||
</SavedSqlFilesProvider>
|
||||
</OpenedTabsProvider>
|
||||
|
||||
Reference in New Issue
Block a user