Skip to content

Commit

Permalink
Clean up unnecessary import
Browse files Browse the repository at this point in the history
  • Loading branch information
Heenawter committed Jun 1, 2023
1 parent a415401 commit c692463
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -7,7 +7,7 @@
*/

import useAsync from 'react-use/lib/useAsync';
import React, { useEffect, useRef, useState } from 'react';
import React, { useEffect, useState } from 'react';

import {
EuiFlexGroup,
Expand Down

0 comments on commit c692463

Please sign in to comment.