We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2921125 commit ca2e1f0Copy full SHA for ca2e1f0
1 file changed
app/components/code-graph.tsx
@@ -15,7 +15,6 @@ import dynamic from 'next/dynamic';
15
import { Position } from "./graphView";
16
import { prepareArg } from '../utils';
17
import { NodeObject } from "react-force-graph-2d";
18
-import html2canvas from 'html2canvas';
19
20
const GraphView = dynamic(() => import('./graphView'));
21
0 commit comments