chore: update import, fix linter issues

Signed-off-by: yafanasiev <y.afanasiev@easygenerator.com>
This commit is contained in:
yafanasiev
2021-06-07 10:16:20 +03:00
parent 9bdd2cca89
commit 288a2595b7
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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';