Alerting: Update Alert State History router import (#95218)

Update import
This commit is contained in:
Alex Khomenko 2024-10-24 15:27:54 +03:00 committed by GitHub
parent 5cb4be8c9b
commit f671ad51fe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,6 @@
import { css, cx } from '@emotion/css';
import { ReactElement, useState } from 'react';
import { useLocation } from 'react-router';
import { useLocation } from 'react-router-dom-v5-compat';
import { useMeasure } from 'react-use';
import { GrafanaTheme2, IconName, TimeRange } from '@grafana/data';