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

Fix type error

Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2023-03-29 09:21:20 -04:00
parent 5b40e6c67b
commit ba8af98b50

View File

@ -6,7 +6,4 @@ export {
export type { export type {
ChannelObserver, ChannelObserver,
ComputedChannelFactory, ComputedChannelFactory,
JsonifiableObject,
JsonifiableArray,
Jsonifiable,
} from "./src/computed-channel/computed-channel.injectable"; } from "./src/computed-channel/computed-channel.injectable";