Only reexport CatalogApi from catalog-client

This commit is contained in:
Oliver Sand
2021-02-01 11:15:28 +01:00
parent 26a6be27c0
commit b32e65fd51
+1 -1
View File
@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
export * from '@backstage/catalog-client';
export type { CatalogApi } from '@backstage/catalog-client';
export { catalogApiRef } from './api';
export * from './components';
export * from './hooks';