Skip to content

Commit

Permalink
fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
stephmilovic committed Apr 21, 2021
1 parent 6989af2 commit 5192797
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 @@
* 2.0.
*/

import React, { FunctionComponent, useCallback, useEffect, useMemo, useState } from 'react';
import React, { FunctionComponent, useCallback, useEffect, useState } from 'react';
import { EuiContextMenuPanel } from '@elastic/eui';
import {
UtilityBar,
Expand Down

0 comments on commit 5192797

Please sign in to comment.