Chore: reduces barrel files (#107512)

* Chore: reduce barrel files

* chore: fixes unit test

* chore: fix broken path
This commit is contained in:
Hugo Häggmark
2025-07-07 09:23:27 +02:00
committed by GitHub
parent 3e6d620d2c
commit 68cbd23916
354 changed files with 941 additions and 1159 deletions
@@ -5,11 +5,11 @@ import { v4 as uuidv4 } from 'uuid';
import { selectors as rawSelectors } from '@grafana/e2e-selectors';
import { selectors } from '../../public/app/plugins/datasource/azuremonitor/e2e/selectors';
import { AzureQueryType } from '../../public/app/plugins/datasource/azuremonitor/types/query';
import {
AzureMonitorDataSourceJsonData,
AzureMonitorDataSourceSecureJsonData,
AzureQueryType,
} from '../../public/app/plugins/datasource/azuremonitor/types';
} from '../../public/app/plugins/datasource/azuremonitor/types/types';
import { e2e } from '../utils';
const provisioningPath = `provisioning/datasources/azmonitor-ds.yaml`;