Skip to content

Commit

Permalink
[Workplace Search] Replace library interface with EUI (elastic#102758)
Browse files Browse the repository at this point in the history
One of the Workplace Search components was using the 'react-beautiful-dnd' typing for it’s component. This PR relpaces it with the EUI equivalent.
  • Loading branch information
scottybollinger committed Jun 21, 2021
1 parent 491b0d1 commit 49271f3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
* 2.0.
*/

import { DropResult } from 'react-beautiful-dnd';

import { kea, MakeLogicType } from 'kea';
import { cloneDeep, isEqual, differenceBy } from 'lodash';

import { DropResult } from '@elastic/eui';

import {
setSuccessMessage,
clearFlashMessages,
Expand Down

0 comments on commit 49271f3

Please sign in to comment.