export library from package, use new location
This commit is contained in:
@@ -71,6 +71,10 @@
|
||||
"./rtkq/shorturl/v1alpha1": {
|
||||
"import": "./src/clients/rtkq/shorturl/v1alpha1/index.ts",
|
||||
"require": "./src/clients/rtkq/shorturl/v1alpha1/index.ts"
|
||||
},
|
||||
"./rtkq/correlations/v0alpha1": {
|
||||
"import": "./src/clients/rtkq/correlations/v0alpha1/index.ts",
|
||||
"require": "./src/clients/rtkq/correlations/v0alpha1/index.ts"
|
||||
}
|
||||
},
|
||||
"publishConfig": {
|
||||
@@ -108,4 +112,4 @@
|
||||
"@reduxjs/toolkit": "^2.8.0",
|
||||
"rxjs": "7.8.2"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,6 +1,11 @@
|
||||
import { useAsyncFn } from 'react-use';
|
||||
import { lastValueFrom } from 'rxjs';
|
||||
|
||||
import {
|
||||
generatedAPI as correlationAPIv0alpha1,
|
||||
Correlation as CorrelationK8s,
|
||||
CorrelationList,
|
||||
} from '@grafana/api-clients/rtkq/correlations/v0alpha1';
|
||||
import {
|
||||
getDataSourceSrv,
|
||||
FetchResponse,
|
||||
@@ -10,8 +15,6 @@ import {
|
||||
CorrelationExternal,
|
||||
CorrelationQuery,
|
||||
} from '@grafana/runtime';
|
||||
import { correlationAPIv0alpha1 } from 'app/api/clients/correlations/v0alpha1';
|
||||
import { CorrelationList, Correlation as CorrelationK8s } from 'app/api/clients/correlations/v0alpha1/endpoints.gen';
|
||||
import { useGrafana } from 'app/core/context/GrafanaContext';
|
||||
|
||||
import {
|
||||
|
||||
Reference in New Issue
Block a user