Skip to content

Commit 502a980

Browse files
committed
remove unused imports
1 parent a81b65e commit 502a980

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/data/api.data.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import {rollup, sort} from "d3";
2-
import {Node, FunctionDeclaration, InterfaceDeclaration, Project, VariableDeclaration, VariableStatement} from "ts-morph";
2+
import {FunctionDeclaration, Node, Project, VariableStatement} from "ts-morph";
33

44
// These interfaces tend to represent things that Plot constructs internally,
55
// rather than objects that the user is expected to provide.

0 commit comments

Comments
 (0)