1
0
mirror of https://github.com/lensapp/lens.git synced 2024-08-16 04:40:24 +03:00

chore: Move storesAndApisCanBeCreatedInjectionToken to @k8slens/kube-api-specifics

Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2023-05-26 11:50:19 -04:00
parent 2efa801838
commit eee567b7f2
2 changed files with 1 additions and 5 deletions

View File

@ -1 +1,2 @@
export * from "./src/token";
export * from "./src/can-be-created-token";

View File

@ -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";
export const storesAndApisCanBeCreatedInjectionToken = getInjectionToken<boolean>({