Skip to content

Commit

Permalink
Update react-use import style
Browse files Browse the repository at this point in the history
  • Loading branch information
afgomez authored and Alejandro Fernández Gómez committed Nov 10, 2020
1 parent 37a0bcd commit d770bcf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*/

import { useMemo } from 'react';
import { useSetState } from 'react-use';
import useSetState from 'react-use/lib/useSetState';
import { esKuery } from '../../../../../../../src/plugins/data/public';
import { fetchLogEntries } from '../log_entries/api/fetch_log_entries';
import { useTrackedPromise } from '../../../utils/use_tracked_promise';
Expand Down

0 comments on commit d770bcf

Please sign in to comment.