Fix alpha entry point translation ref re-exports to use @alpha instead of @public
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com> Made-with: Cursor
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
import { homeReactTranslationRef as _homeReactTranslationRef } from './translation';
|
||||
|
||||
/**
|
||||
* @public
|
||||
* @alpha
|
||||
* @deprecated Import from `@backstage/plugin-home-react` instead.
|
||||
*/
|
||||
export const homeReactTranslationRef = _homeReactTranslationRef;
|
||||
|
||||
Reference in New Issue
Block a user