fixed react-use

Signed-off-by: Alex Rybchenko <arybchenko@box.com>
This commit is contained in:
Alex Rybchenko
2022-02-28 13:20:29 +01:00
parent 23f8e4bb0e
commit d088801eb2
3 changed files with 13 additions and 24 deletions
@@ -14,7 +14,7 @@
* limitations under the License.
*/
import { useApi, storageApiRef } from '@backstage/core-plugin-api';
import { useObservable } from 'react-use';
import useObservable from 'react-use/lib/useObservable';
import { gcalendarPlugin } from '../plugin';