use current database

This commit is contained in:
Jan Prochazka
2020-01-05 19:55:04 +01:00
parent f04187ac76
commit b31bf2b5d0
10 changed files with 74 additions and 39 deletions

View File

@@ -1,5 +1,5 @@
import React from 'react';
import useCurrentWidget from './useCurrentWidget';
import { useCurrentWidget } from '../utility/globalState';
import DatabaseWidget from './DatabaseWidget';
export default function WidgetContainer() {