Update import paths

pull/107701/head
Konrad Lalik 2 weeks ago
parent df6a8becf6
commit 2f29b0ab75
No known key found for this signature in database
  1. 2
      public/app/features/alerting/unified/settings/extensions.ts
  2. 2
      public/app/features/alerting/unified/settings/navigation.ts

@ -1,7 +1,7 @@
import { useLocation } from 'react-router-dom-v5-compat';
import { NavModelItem } from '@grafana/data';
import { useSelector } from 'app/types';
import { useSelector } from 'app/types/store';
type SettingsSectionUrl = `/alerting/admin/${string}`;
type SettingsSectionNav = Pick<NavModelItem, 'id' | 'text' | 'icon'> & {

@ -2,7 +2,7 @@ import { useLocation } from 'react-router-dom-v5-compat';
import { NavModelItem } from '@grafana/data';
import { t } from '@grafana/i18n';
import { useSelector } from 'app/types';
import { useSelector } from 'app/types/store';
import { useSettingsExtensionsNav } from './extensions';

Loading…
Cancel
Save