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

Update import
This commit is contained in:
Alex Khomenko
2024-10-24 14:27:54 +02:00
committed by GitHub
parent 5cb4be8c9b
commit f671ad51fe
@@ -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';