packages/core: rename api dir to api-wrappers

This commit is contained in:
Patrik Oldsberg
2020-05-28 18:45:42 +02:00
parent 0a02d516b5
commit 05d3b477d5
3 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -16,7 +16,7 @@
export * from '@backstage/core-api';
export * from './api';
export * from './api-wrappers';
export * from './layout';
export { default as CodeSnippet } from './components/CodeSnippet';