Update useGithubRepos.ts

This commit is contained in:
Mikael Östberg
2020-12-09 11:45:52 +01:00
committed by GitHub
parent 7dda6180b0
commit 5066852ef2
@@ -19,8 +19,8 @@ import { useApi, configApiRef } from '@backstage/core';
import { catalogImportApiRef } from '../api/CatalogImportApi';
import { ConfigSpec } from '../components/ImportComponentPage';
//TODO: O5ten, refactor into a core API instead of direct usage like this
//https://github.com/backstage/backstage/pull/3613#issuecomment-7408929430
// TODO: (O5ten) Refactor into a core API instead of direct usage like this
// https://github.com/backstage/backstage/pull/3613#issuecomment-7408929430
import { readGitHubIntegrationConfigs } from '@backstage/integration';
export function useGithubRepos() {