Fixed wrong import delete

Signed-off-by: antonio.bergas <anthonyprincedom@hotmail.com>
This commit is contained in:
antonio.bergas
2023-03-18 23:24:08 +01:00
parent a3967b9a55
commit 81933db125
2 changed files with 2 additions and 1 deletions
@@ -16,6 +16,7 @@
import {
ConfigApi,
configApiRef,
IdentityApi,
identityApiRef,
} from '@backstage/core-plugin-api';
@@ -14,7 +14,7 @@
* limitations under the License.
*/
import { configApiRef, useApi } from '@backstage/core-plugin-api';
import { useApi } from '@backstage/core-plugin-api';
import { Playlist } from '@backstage/plugin-playlist-common';
import { compact, isEqual } from 'lodash';
import qs from 'qs';