chore: update import, fix linter issues
Signed-off-by: yafanasiev <y.afanasiev@easygenerator.com>
This commit is contained in:
@@ -2,4 +2,4 @@
|
||||
'@backstage/plugin-github-actions': patch
|
||||
---
|
||||
|
||||
Add missing token on job list call to Github API
|
||||
`Add missing token on job list call to GitHub API
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
import { useAsync } from 'react-use';
|
||||
import { useApi, useRouteRefParams } from '@backstage/core-api';
|
||||
import { useApi, useRouteRefParams } from '@backstage/core';
|
||||
import { githubActionsApiRef } from '../../api';
|
||||
import { buildRouteRef } from '../../routes';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user