Skip to content

Commit b08158a

Browse files
committed
fixup HEAD^
1 parent 1ff4bff commit b08158a

File tree

1 file changed

+1
-8
lines changed
  • packages/gephi-lite/src/core/layouts

1 file changed

+1
-8
lines changed

packages/gephi-lite/src/core/layouts/index.ts

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,7 @@ import {
1616
sigmaGraphAtom,
1717
visualGettersAtom,
1818
} from "../graph";
19-
import {
20-
DatalessGraph,
21-
DynamicItemData,
22-
EdgeRenderingData,
23-
GraphDataset,
24-
NodeRenderingData,
25-
SigmaGraph,
26-
} from "../graph/types";
19+
import { DatalessGraph, DynamicItemData, GraphDataset, SigmaGraph } from "../graph/types";
2720
import { dataGraphToFullGraph } from "../graph/utils";
2821
import { sessionAtom } from "../session";
2922
import { resetCamera } from "../sigma";

0 commit comments

Comments
 (0)