mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Remove unneeded type
This commit is contained in:
parent
b037236b9c
commit
1e54899c6d
@ -27,7 +27,7 @@ import {
|
||||
import { mockAlertmanagerChoiceResponse } from 'app/features/alerting/unified/mocks/alertmanagerApi';
|
||||
import * as actions from 'app/features/alerting/unified/state/actions';
|
||||
import { AlertmanagerChoice } from 'app/plugins/datasource/alertmanager/types';
|
||||
import { AccessControlAction, FolderDTO } from 'app/types';
|
||||
import { AccessControlAction } from 'app/types';
|
||||
import { PromAlertingRuleState, PromApplication } from 'app/types/unified-alerting-dto';
|
||||
|
||||
import * as analytics from './Analytics';
|
||||
|
Loading…
Reference in New Issue
Block a user