mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Alerting: Update Alert State History router import (#95218)
Update import
This commit is contained in:
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';
|
||||
|
Loading…
Reference in New Issue
Block a user