1
0
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:
Iku-turso 2022-03-25 17:24:55 +02:00 committed by Janne Savolainen
parent 6ed5244421
commit 7b0ac796d2
No known key found for this signature in database
GPG Key ID: 8C6CFB2FFFE8F68A

View File

@ -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);