Api clients: fix import to point to new centralised client (#102208)
fix import to point to new centralised client
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
import { getBackendSrv } from '@grafana/runtime';
|
||||
import { DashboardDTO } from 'app/types';
|
||||
|
||||
import { BASE_URL } from '../../api/clients/provisioning/baseAPI';
|
||||
import { AnnoKeyManagerIdentity, AnnoKeyManagerKind, AnnoKeySourcePath } from '../apiserver/types';
|
||||
|
||||
import { BASE_URL } from './api/baseAPI';
|
||||
|
||||
/**
|
||||
*
|
||||
* Load a dashboard from repository
|
||||
|
||||
Reference in New Issue
Block a user