simplified app objects

This commit is contained in:
Jan Prochazka
2020-04-13 08:58:57 +02:00
parent fcbf8c0293
commit 4c8b86dfaa
4 changed files with 107 additions and 151 deletions

View File

@@ -6,7 +6,6 @@ import { AppObjectList } from '../appobj/AppObjectList';
import connectionAppObject from '../appobj/connectionAppObject';
import databaseAppObject from '../appobj/databaseAppObject';
import { useSetCurrentDatabase, useCurrentDatabase } from '../utility/globalState';
import tableAppObject from '../appobj/tableAppObject';
import theme from '../theme';
import InlineButton from './InlineButton';
import databaseObjectAppObject from '../appobj/databaseObjectAppObject';