fix: re-run ci online

This commit is contained in:
Yanyan-Wang 2020-02-06 23:07:49 +08:00 committed by Moyee
parent be304fb83a
commit 08390d3ceb

View File

@ -11,6 +11,7 @@ import { Point } from '@antv/g-base';
type Node = NodeConfig & {
cluster: string | number;
};
type Edge = EdgeConfig;
type NodeMap = {