components,app-api,plugin-api: prefix package names with core-
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
|
||||
import React from 'react';
|
||||
import { createDevApp } from '@backstage/dev-utils';
|
||||
import { githubAuthApiRef, errorApiRef } from '@backstage/plugin-api';
|
||||
import { githubAuthApiRef, errorApiRef } from '@backstage/core-plugin-api';
|
||||
import GraphiQLIcon from '../src/assets/graphiql.icon.svg';
|
||||
import {
|
||||
graphiqlPlugin,
|
||||
|
||||
Reference in New Issue
Block a user