1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
lens/src/common/cluster-frames.ts
Jari Kolehmainen 946519e397 fix cyclic dependencies
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
2020-11-19 10:19:28 +02:00

4 lines
100 B
TypeScript

import { observable } from "mobx"
export const clusterFrameMap = observable.map<string, number>();