Skip to content

Commit

Permalink
chore: 🤖 remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
streamich committed Sep 29, 2020
1 parent 092496b commit d04d7fc
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import React, { useState, useMemo } from 'react';
import { ToastsStart } from 'kibana/public';
// eslint-disable-next-line no-restricted-imports
import intersection from 'lodash/intersection';
import useMountedState from 'react-use/lib/useMountedState';
import { DrilldownWizardConfig, FlyoutDrilldownWizard } from '../flyout_drilldown_wizard';
import { FlyoutListManageDrilldowns } from '../flyout_list_manage_drilldowns';
import { IStorageWrapper } from '../../../../../../../src/plugins/kibana_utils/public';
Expand Down

0 comments on commit d04d7fc

Please sign in to comment.