Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelolo24 committed May 2, 2024
1 parent 8e6248f commit 06db5f9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
*/

import { useMemo } from 'react';
import { useKibana } from '../../lib/kibana';
import { ENABLE_ESQL } from '@kbn/esql-utils';
import { useKibana } from '../../lib/kibana';
import { useIsExperimentalFeatureEnabled } from '../use_experimental_features';

/**
Expand Down

0 comments on commit 06db5f9

Please sign in to comment.