Skip to content

Commit

Permalink
fix lint error error 'react-use' import is restricted from being used
Browse files Browse the repository at this point in the history
  • Loading branch information
delanni committed Oct 15, 2024
1 parent f0f1775 commit 2214774
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import {
SHOW_SETTINGS_TOUR_LOCAL_STORAGE_KEY,
} from '@kbn/elastic-assistant';
import React, { useCallback, useEffect, useMemo, useState } from 'react';
import { useLocalStorage } from 'react-use';
import useLocalStorage from 'react-use/lib/useLocalStorage';

import { AlertsSettings } from './alerts_settings';
import { useSpaceId } from '../../../../common/hooks/use_space_id';
Expand Down

0 comments on commit 2214774

Please sign in to comment.