mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
chore: Move storesAndApisCanBeCreatedInjectionToken to @k8slens/kube-api-specifics
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
2efa801838
commit
eee567b7f2
@ -1 +1,2 @@
|
|||||||
export * from "./src/token";
|
export * from "./src/token";
|
||||||
|
export * from "./src/can-be-created-token";
|
||||||
|
|||||||
@ -1,8 +1,3 @@
|
|||||||
/**
|
|
||||||
* Copyright (c) OpenLens Authors. All rights reserved.
|
|
||||||
* Licensed under MIT License. See LICENSE in root directory for more information.
|
|
||||||
*/
|
|
||||||
|
|
||||||
import { getInjectionToken } from "@ogre-tools/injectable";
|
import { getInjectionToken } from "@ogre-tools/injectable";
|
||||||
|
|
||||||
export const storesAndApisCanBeCreatedInjectionToken = getInjectionToken<boolean>({
|
export const storesAndApisCanBeCreatedInjectionToken = getInjectionToken<boolean>({
|
||||||
Loading…
Reference in New Issue
Block a user