1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

chore: remove injectable from export

Signed-off-by: Gabriel <gaccettola@mirantis.com>
This commit is contained in:
Gabriel 2023-06-01 10:41:35 +02:00 committed by Gabriel Accettola
parent 58e4ebcdea
commit 683ac4efcc

View File

@ -4,4 +4,4 @@
*/ */
export { randomFeature } from "./src/feature"; export { randomFeature } from "./src/feature";
export { getRandomIdInjectionToken, getRandomIdInjectable } from "./src/get-random-id.injectable"; export { getRandomIdInjectionToken } from "./src/get-random-id.injectable";