mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Add a deprecation from a review comment
Signed-off-by: Iku-turso <mikko.aspiala@gmail.com>
This commit is contained in:
parent
6ed5244421
commit
7b0ac796d2
@ -9,4 +9,7 @@ import {
|
||||
asLegacyGlobalSingletonForExtensionApi,
|
||||
} from "../extensions/as-legacy-globals-for-extension-api/as-legacy-global-singleton-object-for-extension-api";
|
||||
|
||||
/**
|
||||
* @deprecated use di.inject(hotbarStoreInjectable) instead.
|
||||
*/
|
||||
export const HotbarStore = asLegacyGlobalSingletonForExtensionApi(hotbarStoreInjectable);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user